Html Css Color HEX #814338 Red Robin

📋 copy color: '#814338'

red 129 ◦ green 67 ◦ blue 56

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

Shades of Red Robin #814338

Tints of Red Robin #814338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 51.19%
G = 26.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814338 (or 0x814338) is known color: Red Robin. HEX triplet: 81, 43 and 38. RGB value is (129,67,56). Sum of RGB (Red+Green+Blue) = 129+67+56=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #814338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814338 is #7EBCC7. Grayscale: #545454. Windows color (decimal): -8305864 or 3687297. OLE color: 3687297.

HSL color Cylindrical-coordinate representation of color #814338: hue angle of 9.04º 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 #814338 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 67 56 -
CMYK 0 0.48 0.57 0.49
HSL 9.04º 0.39% 0.36% -
HSV(B) 9.04º 0.57% 0.51% -
XYZ 11.77 8.97 4.85 -
YUV 84.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 129 67 56 0 0.48 0.57 0.49 9.04 0.39 0.36
Hex 81 43 38 0 30 39 31 9 27 24
Octal 201 103 70 0 60 71 61 11 47 44
Binary 10000001 1000011 111000 0 110000 111001 110001 1001 100111 100100

Color Harmonies of #814338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814338

Black with #814338

Text Example


Text Example

White with #814338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814338; }

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

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

background-color css

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

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

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

border-color css

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

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

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