Html Css Color HEX #923329 Thunderbird

📋 copy color: '#923329'

red 146 ◦ green 51 ◦ blue 41

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

Shades of Thunderbird #923329

Tints of Thunderbird #923329

RGB

 RED value IS 146 (57.42% from 255) = 61.34%

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 41 (16.41% from 255) = 17.23%

R = 61.34%
G = 21.43%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#923329 (or 0x923329) is known color: Thunderbird. HEX triplet: 92, 33 and 29. RGB value is (146,51,41). Sum of RGB (Red+Green+Blue) = 146+51+41=238 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.34% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 146 - color contains mainly: red. Hex color #923329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923329 is #6DCCD6. Grayscale: #4E4E4E. Windows color (decimal): -7195863 or 2700178. OLE color: 2700178.

HSL color Cylindrical-coordinate representation of color #923329: hue angle of 5.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #923329 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 51 41 -
CMYK 0 0.65 0.72 0.43
HSL 5.71º 0.56% 0.37% -
HSV(B) 5.71º 0.72% 0.57% -
XYZ 13.44 8.64 3.06 -
YUV 78.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 146 51 41 0 0.65 0.72 0.43 5.71 0.56 0.37
Hex 92 33 29 0 41 48 2B 6 38 25
Octal 222 63 51 0 101 110 53 6 70 45
Binary 10010010 110011 101001 0 1000001 1001000 101011 110 111000 100101

Color Harmonies of #923329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923329

Black with #923329

Text Example


Text Example

White with #923329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923329; }

 p { color: rgb(146,51,41); }

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

background-color css

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

 a { background-color: rgb(146,51,41); }

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

border-color css

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

 span { border-color: rgb(146,51,41); }

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