#81423D

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

Shades of Red Robin #81423D

Tints of Red Robin #81423D

Color information

#81423D (or 0x81423D) is unknown color: approx Red Robin. HEX triplet: 81, 42 and 3D. RGB value is (129,66,61). Sum of RGB (Red+Green+Blue) = 129+66+61=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81423D is #7EBDC2. Grayscale: #545454. Windows color (decimal): -8306115 or 4014721. OLE color: 4014721.

HSL color Cylindrical-coordinate representation of color #81423D: hue angle of 4.41º degrees, saturation: 0.36, 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 #81423D is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1296661-
CMYK00.490.530.49
HSL4.41º35.79%37.25%-
HSV(B)4.41º52.71%50.59%-
XYZ11.848.95.51-
YUV84.27114.87159.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=50.39%
G=25.78%
B=23.83%

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
Decimal129666100.490.530.494.4135.7937.25
Hex81423D031353142425
Octal20110275061656144445
Binary1000000110000101111010110001110101110001100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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