Html Css Color HEX #834641 Red Robin

📋 copy color: '#834641'

red 131 ◦ green 70 ◦ blue 65

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

Shades of Red Robin #834641

Tints of Red Robin #834641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 49.25%
G = 26.32%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834641 (or 0x834641) is known color: Red Robin. HEX triplet: 83, 46 and 41. RGB value is (131,70,65). Sum of RGB (Red+Green+Blue) = 131+70+65=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #834641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834641 is #7CB9BE. Grayscale: #575757. Windows color (decimal): -8174015 or 4277891. OLE color: 4277891.

HSL color Cylindrical-coordinate representation of color #834641: hue angle of 4.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834641 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 65 -
CMYK 0 0.47 0.50 0.49
HSL 4.55º 0.34% 0.38% -
HSV(B) 4.55º 0.5% 0.51% -
XYZ 12.5 9.59 6.19 -
YUV 87.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 131 70 65 0 0.47 0.50 0.49 4.55 0.34 0.38
Hex 83 46 41 0 2F 32 31 5 22 26
Octal 203 106 101 0 57 62 61 5 42 46
Binary 10000011 1000110 1000001 0 101111 110010 110001 101 100010 100110

Color Harmonies of #834641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834641

Black with #834641

Text Example


Text Example

White with #834641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834641; }

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

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

background-color css

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

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

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

border-color css

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

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

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