Html Css Color HEX #814541 Red Robin

📋 copy color: '#814541'

red 129 ◦ green 69 ◦ blue 65

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

Shades of Red Robin #814541

Tints of Red Robin #814541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 49.05%
G = 26.24%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#814541 (or 0x814541) is known color: Red Robin. HEX triplet: 81, 45 and 41. RGB value is (129,69,65). Sum of RGB (Red+Green+Blue) = 129+69+65=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #814541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814541 is #7EBABE. Grayscale: #565656. Windows color (decimal): -8305343 or 4277633. OLE color: 4277633.

HSL color Cylindrical-coordinate representation of color #814541: hue angle of 3.75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814541 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 69 65 -
CMYK 0 0.47 0.50 0.49
HSL 3.75º 0.33% 0.38% -
HSV(B) 3.75º 0.5% 0.51% -
XYZ 12.14 9.31 6.16 -
YUV 86.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 129 69 65 0 0.47 0.50 0.49 3.75 0.33 0.38
Hex 81 45 41 0 2F 32 31 4 21 26
Octal 201 105 101 0 57 62 61 4 41 46
Binary 10000001 1000101 1000001 0 101111 110010 110001 100 100001 100110

Color Harmonies of #814541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814541

Black with #814541

Text Example


Text Example

White with #814541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814541; }

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

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

background-color css

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

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

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

border-color css

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

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

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