Html Css Color HEX #80423E Red Robin

📋 copy color: '#80423E'

red 128 ◦ green 66 ◦ blue 62

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

Shades of Red Robin #80423E

Tints of Red Robin #80423E

RGB

 RED value IS 128 (50.39% from 255) = 50%

 GREEN value IS 66 (26.17% from 255) = 25.78%

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 50%
G = 25.78%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80423E (or 0x80423E) is known color: Red Robin. HEX triplet: 80, 42 and 3E. RGB value is (128,66,62). Sum of RGB (Red+Green+Blue) = 128+66+62=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80423E is #7FBDC1. Grayscale: #545454. Windows color (decimal): -8371650 or 4080256. OLE color: 4080256.

HSL color Cylindrical-coordinate representation of color #80423E: hue angle of 3.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80423E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 62 -
CMYK 0 0.48 0.52 0.50
HSL 3.64º 0.35% 0.37% -
HSV(B) 3.64º 0.52% 0.5% -
XYZ 11.72 8.83 5.64 -
YUV 84.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 128 66 62 0 0.48 0.52 0.50 3.64 0.35 0.37
Hex 80 42 3E 0 30 34 32 4 23 25
Octal 200 102 76 0 60 64 62 4 43 45
Binary 10000000 1000010 111110 0 110000 110100 110010 100 100011 100101

Color Harmonies of #80423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80423E

Black with #80423E

Text Example


Text Example

White with #80423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80423E; }

 p { color: rgb(128,66,62); }

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

background-color css

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

 a { background-color: rgb(128,66,62); }

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

border-color css

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

 span { border-color: rgb(128,66,62); }

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