Html Css Color HEX #814136 Red Robin

📋 copy color: '#814136'

red 129 ◦ green 65 ◦ blue 54

#814136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Robin #814136

Tints of Red Robin #814136

RGB

 RED value IS 129 (50.78% from 255) = 52.02%

 GREEN value IS 65 (25.78% from 255) = 26.21%

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 52.02%
G = 26.21%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#814136 (or 0x814136) is known color: Red Robin. HEX triplet: 81, 41 and 36. RGB value is (129,65,54). Sum of RGB (Red+Green+Blue) = 129+65+54=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814136 is #7EBEC9. Grayscale: #525252. Windows color (decimal): -8306378 or 3555713. OLE color: 3555713.

HSL color Cylindrical-coordinate representation of color #814136: hue angle of 8.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814136 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 65 54 -
CMYK 0 0.50 0.58 0.49
HSL 8.8º 0.41% 0.36% -
HSV(B) 8.8º 0.58% 0.51% -
XYZ 11.61 8.71 4.56 -
YUV 82.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 129 65 54 0 0.50 0.58 0.49 8.8 0.41 0.36
Hex 81 41 36 0 32 3A 31 9 29 24
Octal 201 101 66 0 62 72 61 11 51 44
Binary 10000001 1000001 110110 0 110010 111010 110001 1001 101001 100100

Color Harmonies of #814136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814136

Black with #814136

Text Example


Text Example

White with #814136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814136; }

 p { color: rgb(129,65,54); }

 H1.HeaderClassName
 {
   color: #814136;
 }
 .AnyTagClassName
 {
   color: #814136;
 }
</style>

background-color css

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

 a { background-color: rgb(129,65,54); }

 div.DivClassName
 {
   background-color: #814136;
 }
 .BgClassName
 {
   background-color: #814136;
 }
</style>

border-color css

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

 span { border-color: rgb(129,65,54); }

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