Html Css Color HEX #834037 Red Robin

📋 copy color: '#834037'

red 131 ◦ green 64 ◦ blue 55

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

Shades of Red Robin #834037

Tints of Red Robin #834037

RGB

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

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

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

R = 52.4%
G = 25.6%
B = 22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#834037 (or 0x834037) is known color: Red Robin. HEX triplet: 83, 40 and 37. RGB value is (131,64,55). Sum of RGB (Red+Green+Blue) = 131+64+55=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834037 is #7CBFC8. Grayscale: #535353. Windows color (decimal): -8175561 or 3620995. OLE color: 3620995.

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

Color convert

RGB 131 64 55 -
CMYK 0 0.51 0.58 0.49
HSL 7.11º 0.41% 0.36% -
HSV(B) 7.11º 0.58% 0.51% -
XYZ 11.88 8.77 4.68 -
YUV 83.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 131 64 55 0 0.51 0.58 0.49 7.11 0.41 0.36
Hex 83 40 37 0 33 3A 31 7 29 24
Octal 203 100 67 0 63 72 61 7 51 44
Binary 10000011 1000000 110111 0 110011 111010 110001 111 101001 100100

Color Harmonies of #834037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834037

Black with #834037

Text Example


Text Example

White with #834037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834037; }

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

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

background-color css

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

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

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

border-color css

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

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

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