#81423A

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

Shades of Red Robin #81423A

Tints of Red Robin #81423A

Color information

#81423A (or 0x81423A) is unknown color: approx Red Robin. HEX triplet: 81, 42 and 3A. RGB value is (129,66,58). Sum of RGB (Red+Green+Blue) = 129+66+58=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #81423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81423A is #7EBDC5. Grayscale: #545454. Windows color (decimal): -8306118 or 3818113. OLE color: 3818113.

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

Color convert

RGB1296658-
CMYK00.490.550.49
HSL6.76º37.97%36.67%-
HSV(B)6.76º55.04%50.59%-
XYZ11.778.875.09-
YUV83.92113.37160.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=50.99%
G=26.09%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129665800.490.550.496.7637.9736.67
Hex81423A031373172625
Octal20110272061676174645
Binary1000000110000101110100110001110111110001111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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