#81423E

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

Shades of Red Robin #81423E

Tints of Red Robin #81423E

Color information

#81423E (or 0x81423E) is unknown color: approx Red Robin. HEX triplet: 81, 42 and 3E. RGB value is (129,66,62). Sum of RGB (Red+Green+Blue) = 129+66+62=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81423E is #7EBDC1. Grayscale: #545454. Windows color (decimal): -8306114 or 4080257. OLE color: 4080257.

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

Color convert

RGB1296662-
CMYK00.490.520.49
HSL3.58º35.08%37.45%-
HSV(B)3.58º51.94%50.59%-
XYZ11.878.915.65-
YUV84.38115.37159.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=50.19%
G=25.68%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129666200.490.520.493.5835.0837.45
Hex81423E031343142325
Octal20110276061646144345
Binary1000000110000101111100110001110100110001100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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