Html Css Color HEX #834541 Red Robin

📋 copy color: '#834541'

red 131 ◦ green 69 ◦ blue 65

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

Shades of Red Robin #834541

Tints of Red Robin #834541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 49.43%
G = 26.04%
B = 24.53%

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

#834541 (or 0x834541) is known color: Red Robin. HEX triplet: 83, 45 and 41. RGB value is (131,69,65). Sum of RGB (Red+Green+Blue) = 131+69+65=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #834541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834541 is #7CBABE. Grayscale: #575757. Windows color (decimal): -8174271 or 4277635. OLE color: 4277635.

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

Color convert

RGB 131 69 65 -
CMYK 0 0.47 0.50 0.49
HSL 3.64º 0.34% 0.38% -
HSV(B) 3.64º 0.5% 0.51% -
XYZ 12.44 9.46 6.17 -
YUV 87.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 131 69 65 0 0.47 0.50 0.49 3.64 0.34 0.38
Hex 83 45 41 0 2F 32 31 4 22 26
Octal 203 105 101 0 57 62 61 4 42 46
Binary 10000011 1000101 1000001 0 101111 110010 110001 100 100010 100110

Color Harmonies of #834541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834541

Black with #834541

Text Example


Text Example

White with #834541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834541; }

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

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

background-color css

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

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

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

border-color css

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

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

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