Html Css Color HEX #952F27 Thunderbird

📋 copy color: '#952F27'

red 149 ◦ green 47 ◦ blue 39

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

Shades of Thunderbird #952F27

Tints of Thunderbird #952F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20%

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 63.4%
G = 20%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952F27 (or 0x952F27) is known color: Thunderbird. HEX triplet: 95, 2F and 27. RGB value is (149,47,39). Sum of RGB (Red+Green+Blue) = 149+47+39=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F27 is #6AD0D8. Grayscale: #4C4C4C. Windows color (decimal): -7000281 or 2568085. OLE color: 2568085.

HSL color Cylindrical-coordinate representation of color #952F27: hue angle of 4.36º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952F27 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 39 -
CMYK 0 0.68 0.74 0.42
HSL 4.36º 0.59% 0.37% -
HSV(B) 4.36º 0.74% 0.58% -
XYZ 13.78 8.57 2.85 -
YUV 76.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 149 47 39 0 0.68 0.74 0.42 4.36 0.59 0.37
Hex 95 2F 27 0 44 4A 2A 4 3B 25
Octal 225 57 47 0 104 112 52 4 73 45
Binary 10010101 101111 100111 0 1000100 1001010 101010 100 111011 100101

Color Harmonies of #952F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F27

Black with #952F27

Text Example


Text Example

White with #952F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952F27; }

 p { color: rgb(149,47,39); }

 H1.HeaderClassName
 {
   color: #952F27;
 }
 .AnyTagClassName
 {
   color: #952F27;
 }
</style>

background-color css

<style>
 a { background-color: #952F27; }

 a { background-color: rgb(149,47,39); }

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

border-color css

<style>
 span { border-color: #952F27; }

 span { border-color: rgb(149,47,39); }

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