Html Css Color HEX #983226 Thunderbird

📋 copy color: '#983226'

red 152 ◦ green 50 ◦ blue 38

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

Shades of Thunderbird #983226

Tints of Thunderbird #983226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

 BLUE value IS 38 (15.23% from 255) = 15.83%

R = 63.33%
G = 20.83%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#983226 (or 0x983226) is known color: Thunderbird. HEX triplet: 98, 32 and 26. RGB value is (152,50,38). Sum of RGB (Red+Green+Blue) = 152+50+38=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #983226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983226 is #67CDD9. Grayscale: #4F4F4F. Windows color (decimal): -6802906 or 2503320. OLE color: 2503320.

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

Color convert

RGB 152 50 38 -
CMYK 0 0.67 0.75 0.40
HSL 6.32º 0.6% 0.37% -
HSV(B) 6.32º 0.75% 0.6% -
XYZ 14.44 9.1 2.83 -
YUV 79.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 152 50 38 0 0.67 0.75 0.40 6.32 0.6 0.37
Hex 98 32 26 0 43 4B 28 6 3C 25
Octal 230 62 46 0 103 113 50 6 74 45
Binary 10011000 110010 100110 0 1000011 1001011 101000 110 111100 100101

Color Harmonies of #983226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983226

Black with #983226

Text Example


Text Example

White with #983226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983226; }

 p { color: rgb(152,50,38); }

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

background-color css

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

 a { background-color: rgb(152,50,38); }

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

border-color css

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

 span { border-color: rgb(152,50,38); }

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