Html Css Color HEX #95050C Sangria

📋 copy color: '#95050C'

red 149 ◦ green 5 ◦ blue 12

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

Shades of Sangria #95050C

Tints of Sangria #95050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 12 (5.08% from 255) = 7.23%

R = 89.76%
G = 3.01%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95050C (or 0x95050C) is known color: Sangria. HEX triplet: 95, 05 and 0C. RGB value is (149,5,12). Sum of RGB (Red+Green+Blue) = 149+5+12=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #95050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95050C is #6AFAF3. Grayscale: #303030. Windows color (decimal): -7011060 or 787861. OLE color: 787861.

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

Color convert

RGB 149 5 12 -
CMYK 0 0.97 0.92 0.42
HSL 357.08º 0.94% 0.3% -
HSV(B) 357.08º 0.97% 0.58% -
XYZ 12.52 6.52 0.95 -
YUV 48.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 149 5 12 0 0.97 0.92 0.42 357.08 0.94 0.3
Hex 95 5 C 0 61 5C 2A 165 5E 1E
Octal 225 5 14 0 141 134 52 545 136 36
Binary 10010101 101 1100 0 1100001 1011100 101010 101100101 1011110 11110

Color Harmonies of #95050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95050C

Black with #95050C

Text Example


Text Example

White with #95050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95050C; }

 p { color: rgb(149,5,12); }

 H1.HeaderClassName
 {
   color: #95050C;
 }
 .AnyTagClassName
 {
   color: #95050C;
 }
</style>

background-color css

<style>
 a { background-color: #95050C; }

 a { background-color: rgb(149,5,12); }

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

border-color css

<style>
 span { border-color: #95050C; }

 span { border-color: rgb(149,5,12); }

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