Html Css Color HEX #814438 Red Robin

📋 copy color: '#814438'

red 129 ◦ green 68 ◦ blue 56

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

Shades of Red Robin #814438

Tints of Red Robin #814438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 50.99%
G = 26.88%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814438 (or 0x814438) is known color: Red Robin. HEX triplet: 81, 44 and 38. RGB value is (129,68,56). Sum of RGB (Red+Green+Blue) = 129+68+56=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #814438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814438 is #7EBBC7. Grayscale: #545454. Windows color (decimal): -8305608 or 3687553. OLE color: 3687553.

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

Color convert

RGB 129 68 56 -
CMYK 0 0.47 0.57 0.49
HSL 9.86º 0.39% 0.36% -
HSV(B) 9.86º 0.57% 0.51% -
XYZ 11.83 9.09 4.87 -
YUV 84.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 129 68 56 0 0.47 0.57 0.49 9.86 0.39 0.36
Hex 81 44 38 0 2F 39 31 A 27 24
Octal 201 104 70 0 57 71 61 12 47 44
Binary 10000001 1000100 111000 0 101111 111001 110001 1010 100111 100100

Color Harmonies of #814438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814438

Black with #814438

Text Example


Text Example

White with #814438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814438; }

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

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

background-color css

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

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

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

border-color css

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

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

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