Html Css Color HEX #963C30 Thunderbird

📋 copy color: '#963C30'

red 150 ◦ green 60 ◦ blue 48

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

Shades of Thunderbird #963C30

Tints of Thunderbird #963C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

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

R = 58.14%
G = 23.26%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#963C30 (or 0x963C30) is known color: Thunderbird. HEX triplet: 96, 3C and 30. RGB value is (150,60,48). Sum of RGB (Red+Green+Blue) = 150+60+48=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C30 is #69C3CF. Grayscale: #555555. Windows color (decimal): -6931408 or 3161238. OLE color: 3161238.

HSL color Cylindrical-coordinate representation of color #963C30: hue angle of 7.06º 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 #963C30 is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 48 -
CMYK 0 0.6 0.68 0.41
HSL 7.06º 0.52% 0.39% -
HSV(B) 7.06º 0.68% 0.59% -
XYZ 14.73 9.93 3.94 -
YUV 85.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 150 60 48 0 0.6 0.68 0.41 7.06 0.52 0.39
Hex 96 3C 30 0 3C 44 29 7 34 27
Octal 226 74 60 0 74 104 51 7 64 47
Binary 10010110 111100 110000 0 111100 1000100 101001 111 110100 100111

Color Harmonies of #963C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C30

Black with #963C30

Text Example


Text Example

White with #963C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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