Html Css Color HEX #983527 Thunderbird

📋 copy color: '#983527'

red 152 ◦ green 53 ◦ blue 39

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

Shades of Thunderbird #983527

Tints of Thunderbird #983527

RGB

 RED value IS 152 (59.77% from 255) = 62.3%

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

 BLUE value IS 39 (15.63% from 255) = 15.98%

R = 62.3%
G = 21.72%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#983527 (or 0x983527) is known color: Thunderbird. HEX triplet: 98, 35 and 27. RGB value is (152,53,39). Sum of RGB (Red+Green+Blue) = 152+53+39=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #983527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983527 is #67CAD8. Grayscale: #515151. Windows color (decimal): -6802137 or 2569624. OLE color: 2569624.

HSL color Cylindrical-coordinate representation of color #983527: hue angle of 7.43º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983527 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 39 -
CMYK 0 0.65 0.74 0.40
HSL 7.43º 0.59% 0.37% -
HSV(B) 7.43º 0.74% 0.6% -
XYZ 14.59 9.37 2.96 -
YUV 81.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 152 53 39 0 0.65 0.74 0.40 7.43 0.59 0.37
Hex 98 35 27 0 41 4A 28 7 3B 25
Octal 230 65 47 0 101 112 50 7 73 45
Binary 10011000 110101 100111 0 1000001 1001010 101000 111 111011 100101

Color Harmonies of #983527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983527

Black with #983527

Text Example


Text Example

White with #983527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983527; }

 p { color: rgb(152,53,39); }

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

background-color css

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

 a { background-color: rgb(152,53,39); }

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

border-color css

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

 span { border-color: rgb(152,53,39); }

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