#81423F

Color #81423F Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #81423F

Tints of Red Robin #81423F

Color information

#81423F (or 0x81423F) is unknown color: approx Red Robin. HEX triplet: 81, 42 and 3F. RGB value is (129,66,63). Sum of RGB (Red+Green+Blue) = 129+66+63=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81423F is #7EBDC0. Grayscale: #545454. Windows color (decimal): -8306113 or 4145793. OLE color: 4145793.

HSL color Cylindrical-coordinate representation of color #81423F: hue angle of 2.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81423F is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1296663-
CMYK00.490.510.49
HSL2.73º34.38%37.65%-
HSV(B)2.73º51.16%50.59%-
XYZ11.98.925.8-
YUV84.49115.87159.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 63 (25% from 255) = 24.42%
R=50%
G=25.58%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129666300.490.510.492.7334.3837.65
Hex81423F031333132226
Octal20110277061636134246
Binary100000011000010111111011000111001111000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81423F; }

 p { color: rgb(129,66,63); }

 H1.HeaderClassName
 {
   color: #81423F;
 }
 .AnyTagClassName
 {
   color: #81423F;
 }
</style>
background-color css

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

 a { background-color: rgb(129,66,63); }

 div.DivClassName
 {
   background-color: #81423F;
 }
 .BgClassName
 {
   background-color: #81423F;
 }
</style>
border-color css

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

 span { border-color: rgb(129,66,63); }

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