Html Css Color HEX #834137 Red Robin

📋 copy color: '#834137'

red 131 ◦ green 65 ◦ blue 55

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

Shades of Red Robin #834137

Tints of Red Robin #834137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.91%

R = 52.19%
G = 25.9%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#834137 (or 0x834137) is known color: Red Robin. HEX triplet: 83, 41 and 37. RGB value is (131,65,55). Sum of RGB (Red+Green+Blue) = 131+65+55=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #834137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834137 is #7CBEC8. Grayscale: #535353. Windows color (decimal): -8175305 or 3621251. OLE color: 3621251.

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

Color convert

RGB 131 65 55 -
CMYK 0 0.50 0.58 0.49
HSL 7.89º 0.41% 0.36% -
HSV(B) 7.89º 0.58% 0.51% -
XYZ 11.94 8.88 4.7 -
YUV 83.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 131 65 55 0 0.50 0.58 0.49 7.89 0.41 0.36
Hex 83 41 37 0 32 3A 31 8 29 24
Octal 203 101 67 0 62 72 61 10 51 44
Binary 10000011 1000001 110111 0 110010 111010 110001 1000 101001 100100

Color Harmonies of #834137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834137

Black with #834137

Text Example


Text Example

White with #834137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834137; }

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

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

background-color css

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

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

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

border-color css

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

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

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