Html Css Color HEX #993C32 Thunderbird

📋 copy color: '#993C32'

red 153 ◦ green 60 ◦ blue 50

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

Shades of Thunderbird #993C32

Tints of Thunderbird #993C32

RGB

 RED value IS 153 (60.16% from 255) = 58.17%

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 58.17%
G = 22.81%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993C32 (or 0x993C32) is known color: Thunderbird. HEX triplet: 99, 3C and 32. RGB value is (153,60,50). Sum of RGB (Red+Green+Blue) = 153+60+50=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #993C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C32 is #66C3CD. Grayscale: #565656. Windows color (decimal): -6734798 or 3292313. OLE color: 3292313.

HSL color Cylindrical-coordinate representation of color #993C32: hue angle of 5.83º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993C32 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 60 50 -
CMYK 0 0.61 0.67 0.4
HSL 5.83º 0.51% 0.4% -
HSV(B) 5.83º 0.67% 0.6% -
XYZ 15.33 10.23 4.19 -
YUV 86.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 153 60 50 0 0.61 0.67 0.4 5.83 0.51 0.4
Hex 99 3C 32 0 3D 43 28 6 33 28
Octal 231 74 62 0 75 103 50 6 63 50
Binary 10011001 111100 110010 0 111101 1000011 101000 110 110011 101000

Color Harmonies of #993C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C32

Black with #993C32

Text Example


Text Example

White with #993C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993C32; }

 p { color: rgb(153,60,50); }

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

background-color css

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

 a { background-color: rgb(153,60,50); }

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

border-color css

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

 span { border-color: rgb(153,60,50); }

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