Html Css Color HEX #95020E Sangria

📋 copy color: '#95020E'

red 149 ◦ green 2 ◦ blue 14

#95020E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #95020E

Tints of Sangria #95020E

RGB

 RED value IS 149 (58.59% from 255) = 90.3%

 GREEN value IS 2 (1.17% from 255) = 1.21%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 90.3%
G = 1.21%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95020E (or 0x95020E) is known color: Sangria. HEX triplet: 95, 02 and 0E. RGB value is (149,2,14). Sum of RGB (Red+Green+Blue) = 149+2+14=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #95020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95020E is #6AFDF1. Grayscale: #2F2F2F. Windows color (decimal): -7011826 or 918165. OLE color: 918165.

HSL color Cylindrical-coordinate representation of color #95020E: hue angle of 355.1º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95020E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 14 -
CMYK 0 0.99 0.91 0.42
HSL 355.1º 0.97% 0.3% -
HSV(B) 355.1º 0.99% 0.58% -
XYZ 12.5 6.46 1 -
YUV 47.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 149 2 14 0 0.99 0.91 0.42 355.1 0.97 0.3
Hex 95 2 E 0 63 5B 2A 163 61 1E
Octal 225 2 16 0 143 133 52 543 141 36
Binary 10010101 10 1110 0 1100011 1011011 101010 101100011 1100001 11110

Color Harmonies of #95020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95020E

Black with #95020E

Text Example


Text Example

White with #95020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95020E; }

 p { color: rgb(149,2,14); }

 H1.HeaderClassName
 {
   color: #95020E;
 }
 .AnyTagClassName
 {
   color: #95020E;
 }
</style>

background-color css

<style>
 a { background-color: #95020E; }

 a { background-color: rgb(149,2,14); }

 div.DivClassName
 {
   background-color: #95020E;
 }
 .BgClassName
 {
   background-color: #95020E;
 }
</style>

border-color css

<style>
 span { border-color: #95020E; }

 span { border-color: rgb(149,2,14); }

 td.TdClassName
 {
   border-color: #95020E;
 }
 .TagClassName
 {
   border-color: #95020E;
 }
</style>