Html Css Color HEX #834136 Red Robin

📋 copy color: '#834136'

red 131 ◦ green 65 ◦ blue 54

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

Shades of Red Robin #834136

Tints of Red Robin #834136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 52.4%
G = 26%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#834136 (or 0x834136) is known color: Red Robin. HEX triplet: 83, 41 and 36. RGB value is (131,65,54). Sum of RGB (Red+Green+Blue) = 131+65+54=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834136 is #7CBEC9. Grayscale: #535353. Windows color (decimal): -8175306 or 3555715. OLE color: 3555715.

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

Color convert

RGB 131 65 54 -
CMYK 0 0.50 0.59 0.49
HSL 8.57º 0.42% 0.36% -
HSV(B) 8.57º 0.59% 0.51% -
XYZ 11.92 8.87 4.57 -
YUV 83.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 131 65 54 0 0.50 0.59 0.49 8.57 0.42 0.36
Hex 83 41 36 0 32 3B 31 9 2A 24
Octal 203 101 66 0 62 73 61 11 52 44
Binary 10000011 1000001 110110 0 110010 111011 110001 1001 101010 100100

Color Harmonies of #834136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834136

Black with #834136

Text Example


Text Example

White with #834136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834136; }

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

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

background-color css

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

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

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

border-color css

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

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

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