Html Css Color HEX #80423A Red Robin

📋 copy color: '#80423A'

red 128 ◦ green 66 ◦ blue 58

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

Shades of Red Robin #80423A

Tints of Red Robin #80423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 50.79%
G = 26.19%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80423A (or 0x80423A) is known color: Red Robin. HEX triplet: 80, 42 and 3A. RGB value is (128,66,58). Sum of RGB (Red+Green+Blue) = 128+66+58=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80423A is #7FBDC5. Grayscale: #535353. Windows color (decimal): -8371654 or 3818112. OLE color: 3818112.

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

Color convert

RGB 128 66 58 -
CMYK 0 0.48 0.55 0.50
HSL 6.86º 0.38% 0.36% -
HSV(B) 6.86º 0.55% 0.5% -
XYZ 11.61 8.79 5.09 -
YUV 83.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 128 66 58 0 0.48 0.55 0.50 6.86 0.38 0.36
Hex 80 42 3A 0 30 37 32 7 26 24
Octal 200 102 72 0 60 67 62 7 46 44
Binary 10000000 1000010 111010 0 110000 110111 110010 111 100110 100100

Color Harmonies of #80423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80423A

Black with #80423A

Text Example


Text Example

White with #80423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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