Html Css Color HEX #834036 Red Robin

📋 copy color: '#834036'

red 131 ◦ green 64 ◦ blue 54

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

Shades of Red Robin #834036

Tints of Red Robin #834036

RGB

 RED value IS 131 (51.56% from 255) = 52.61%

 GREEN value IS 64 (25.39% from 255) = 25.7%

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

R = 52.61%
G = 25.7%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#834036 (or 0x834036) is known color: Red Robin. HEX triplet: 83, 40 and 36. RGB value is (131,64,54). Sum of RGB (Red+Green+Blue) = 131+64+54=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #834036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834036 is #7CBFC9. Grayscale: #535353. Windows color (decimal): -8175562 or 3555459. OLE color: 3555459.

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

Color convert

RGB 131 64 54 -
CMYK 0 0.51 0.59 0.49
HSL 7.79º 0.42% 0.36% -
HSV(B) 7.79º 0.59% 0.51% -
XYZ 11.86 8.76 4.56 -
YUV 82.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 131 64 54 0 0.51 0.59 0.49 7.79 0.42 0.36
Hex 83 40 36 0 33 3B 31 8 2A 24
Octal 203 100 66 0 63 73 61 10 52 44
Binary 10000011 1000000 110110 0 110011 111011 110001 1000 101010 100100

Color Harmonies of #834036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834036

Black with #834036

Text Example


Text Example

White with #834036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834036; }

 p { color: rgb(131,64,54); }

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

background-color css

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

 a { background-color: rgb(131,64,54); }

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

border-color css

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

 span { border-color: rgb(131,64,54); }

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