Html Css Color HEX #814238 Red Robin

📋 copy color: '#814238'

red 129 ◦ green 66 ◦ blue 56

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

Shades of Red Robin #814238

Tints of Red Robin #814238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 51.39%
G = 26.29%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814238 (or 0x814238) is known color: Red Robin. HEX triplet: 81, 42 and 38. RGB value is (129,66,56). Sum of RGB (Red+Green+Blue) = 129+66+56=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #814238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814238 is #7EBDC7. Grayscale: #535353. Windows color (decimal): -8306120 or 3687041. OLE color: 3687041.

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

Color convert

RGB 129 66 56 -
CMYK 0 0.49 0.57 0.49
HSL 8.22º 0.39% 0.36% -
HSV(B) 8.22º 0.57% 0.51% -
XYZ 11.72 8.85 4.83 -
YUV 83.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 129 66 56 0 0.49 0.57 0.49 8.22 0.39 0.36
Hex 81 42 38 0 31 39 31 8 27 24
Octal 201 102 70 0 61 71 61 10 47 44
Binary 10000001 1000010 111000 0 110001 111001 110001 1000 100111 100100

Color Harmonies of #814238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814238

Black with #814238

Text Example


Text Example

White with #814238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814238; }

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

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

background-color css

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

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

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

border-color css

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

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

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