Html Css Color HEX #834741 Red Robin

📋 copy color: '#834741'

red 131 ◦ green 71 ◦ blue 65

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

Shades of Red Robin #834741

Tints of Red Robin #834741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 49.06%
G = 26.59%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834741 (or 0x834741) is known color: Red Robin. HEX triplet: 83, 47 and 41. RGB value is (131,71,65). Sum of RGB (Red+Green+Blue) = 131+71+65=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #834741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834741 is #7CB8BE. Grayscale: #585858. Windows color (decimal): -8173759 or 4278147. OLE color: 4278147.

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

Color convert

RGB 131 71 65 -
CMYK 0 0.46 0.50 0.49
HSL 5.45º 0.34% 0.38% -
HSV(B) 5.45º 0.5% 0.51% -
XYZ 12.57 9.71 6.21 -
YUV 88.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 131 71 65 0 0.46 0.50 0.49 5.45 0.34 0.38
Hex 83 47 41 0 2E 32 31 5 22 26
Octal 203 107 101 0 56 62 61 5 42 46
Binary 10000011 1000111 1000001 0 101110 110010 110001 101 100010 100110

Color Harmonies of #834741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834741

Black with #834741

Text Example


Text Example

White with #834741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834741; }

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

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

background-color css

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

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

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

border-color css

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

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

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