Html Css Color HEX #963530 Thunderbird

📋 copy color: '#963530'

red 150 ◦ green 53 ◦ blue 48

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

Shades of Thunderbird #963530

Tints of Thunderbird #963530

RGB

 RED value IS 150 (58.98% from 255) = 59.76%

 GREEN value IS 53 (21.09% from 255) = 21.12%

 BLUE value IS 48 (19.14% from 255) = 19.12%

R = 59.76%
G = 21.12%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#963530 (or 0x963530) is known color: Thunderbird. HEX triplet: 96, 35 and 30. RGB value is (150,53,48). Sum of RGB (Red+Green+Blue) = 150+53+48=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #963530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963530 is #69CACF. Grayscale: #515151. Windows color (decimal): -6933200 or 3159446. OLE color: 3159446.

HSL color Cylindrical-coordinate representation of color #963530: hue angle of 2.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963530 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 48 -
CMYK 0 0.65 0.68 0.41
HSL 2.94º 0.52% 0.39% -
HSV(B) 2.94º 0.68% 0.59% -
XYZ 14.38 9.24 3.82 -
YUV 81.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 150 53 48 0 0.65 0.68 0.41 2.94 0.52 0.39
Hex 96 35 30 0 41 44 29 3 34 27
Octal 226 65 60 0 101 104 51 3 64 47
Binary 10010110 110101 110000 0 1000001 1000100 101001 11 110100 100111

Color Harmonies of #963530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963530

Black with #963530

Text Example


Text Example

White with #963530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963530; }

 p { color: rgb(150,53,48); }

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

background-color css

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

 a { background-color: rgb(150,53,48); }

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

border-color css

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

 span { border-color: rgb(150,53,48); }

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