Html Css Color HEX #993C35 Thunderbird

📋 copy color: '#993C35'

red 153 ◦ green 60 ◦ blue 53

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

Shades of Thunderbird #993C35

Tints of Thunderbird #993C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 57.52%
G = 22.56%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#993C35 (or 0x993C35) is known color: Thunderbird. HEX triplet: 99, 3C and 35. RGB value is (153,60,53). Sum of RGB (Red+Green+Blue) = 153+60+53=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #993C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C35 is #66C3CA. Grayscale: #575757. Windows color (decimal): -6734795 or 3488921. OLE color: 3488921.

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

Color convert

RGB 153 60 53 -
CMYK 0 0.61 0.65 0.4
HSL 4.2º 0.49% 0.4% -
HSV(B) 4.2º 0.65% 0.6% -
XYZ 15.4 10.26 4.54 -
YUV 87.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 153 60 53 0 0.61 0.65 0.4 4.2 0.49 0.4
Hex 99 3C 35 0 3D 41 28 4 31 28
Octal 231 74 65 0 75 101 50 4 61 50
Binary 10011001 111100 110101 0 111101 1000001 101000 100 110001 101000

Color Harmonies of #993C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C35

Black with #993C35

Text Example


Text Example

White with #993C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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