#81423C

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

Shades of Red Robin #81423C

Tints of Red Robin #81423C

Color information

#81423C (or 0x81423C) is unknown color: approx Red Robin. HEX triplet: 81, 42 and 3C. RGB value is (129,66,60). Sum of RGB (Red+Green+Blue) = 129+66+60=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81423C is #7EBDC3. Grayscale: #545454. Windows color (decimal): -8306116 or 3949185. OLE color: 3949185.

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

Color convert

RGB1296660-
CMYK00.490.530.49
HSL5.22º36.51%37.06%-
HSV(B)5.22º53.49%50.59%-
XYZ11.828.895.37-
YUV84.15114.37159.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=50.59%
G=25.88%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129666000.490.530.495.2236.5137.06
Hex81423C031353152525
Octal20110274061656154545
Binary1000000110000101111000110001110101110001101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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