Html Css Color HEX #963833 Thunderbird

📋 copy color: '#963833'

red 150 ◦ green 56 ◦ blue 51

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

Shades of Thunderbird #963833

Tints of Thunderbird #963833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

 BLUE value IS 51 (20.31% from 255) = 19.84%

R = 58.37%
G = 21.79%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#963833 (or 0x963833) is known color: Thunderbird. HEX triplet: 96, 38 and 33. RGB value is (150,56,51). Sum of RGB (Red+Green+Blue) = 150+56+51=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #963833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963833 is #69C7CC. Grayscale: #535353. Windows color (decimal): -6932429 or 3356822. OLE color: 3356822.

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

Color convert

RGB 150 56 51 -
CMYK 0 0.63 0.66 0.41
HSL 3.03º 0.49% 0.39% -
HSV(B) 3.03º 0.66% 0.59% -
XYZ 14.59 9.55 4.21 -
YUV 83.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 150 56 51 0 0.63 0.66 0.41 3.03 0.49 0.39
Hex 96 38 33 0 3F 42 29 3 31 27
Octal 226 70 63 0 77 102 51 3 61 47
Binary 10010110 111000 110011 0 111111 1000010 101001 11 110001 100111

Color Harmonies of #963833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963833

Black with #963833

Text Example


Text Example

White with #963833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963833; }

 p { color: rgb(150,56,51); }

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

background-color css

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

 a { background-color: rgb(150,56,51); }

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

border-color css

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

 span { border-color: rgb(150,56,51); }

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