Html Css Color HEX #983830 Thunderbird

📋 copy color: '#983830'

red 152 ◦ green 56 ◦ blue 48

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

Shades of Thunderbird #983830

Tints of Thunderbird #983830

RGB

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

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

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

R = 59.38%
G = 21.88%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#983830 (or 0x983830) is known color: Thunderbird. HEX triplet: 98, 38 and 30. RGB value is (152,56,48). Sum of RGB (Red+Green+Blue) = 152+56+48=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983830 is #67C7CF. Grayscale: #535353. Windows color (decimal): -6801360 or 3160216. OLE color: 3160216.

HSL color Cylindrical-coordinate representation of color #983830: hue angle of 4.62º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983830 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 56 48 -
CMYK 0 0.63 0.68 0.40
HSL 4.62º 0.52% 0.39% -
HSV(B) 4.62º 0.68% 0.6% -
XYZ 14.9 9.72 3.89 -
YUV 83.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 152 56 48 0 0.63 0.68 0.40 4.62 0.52 0.39
Hex 98 38 30 0 3F 44 28 5 34 27
Octal 230 70 60 0 77 104 50 5 64 47
Binary 10011000 111000 110000 0 111111 1000100 101000 101 110100 100111

Color Harmonies of #983830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983830

Black with #983830

Text Example


Text Example

White with #983830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983830; }

 p { color: rgb(152,56,48); }

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

background-color css

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

 a { background-color: rgb(152,56,48); }

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

border-color css

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

 span { border-color: rgb(152,56,48); }

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