Html Css Color HEX #98382C Thunderbird

📋 copy color: '#98382C'

red 152 ◦ green 56 ◦ blue 44

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

Shades of Thunderbird #98382C

Tints of Thunderbird #98382C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 60.32%
G = 22.22%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98382C (or 0x98382C) is known color: Thunderbird. HEX triplet: 98, 38 and 2C. RGB value is (152,56,44). Sum of RGB (Red+Green+Blue) = 152+56+44=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98382C is #67C7D3. Grayscale: #535353. Windows color (decimal): -6801364 or 2898072. OLE color: 2898072.

HSL color Cylindrical-coordinate representation of color #98382C: hue angle of 6.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98382C is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 56 44 -
CMYK 0 0.63 0.71 0.40
HSL 6.67º 0.55% 0.38% -
HSV(B) 6.67º 0.71% 0.6% -
XYZ 14.82 9.69 3.47 -
YUV 83.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 152 56 44 0 0.63 0.71 0.40 6.67 0.55 0.38
Hex 98 38 2C 0 3F 47 28 7 37 26
Octal 230 70 54 0 77 107 50 7 67 46
Binary 10011000 111000 101100 0 111111 1000111 101000 111 110111 100110

Color Harmonies of #98382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98382C

Black with #98382C

Text Example


Text Example

White with #98382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98382C; }

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

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

background-color css

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

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

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

border-color css

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

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

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