Html Css Color HEX #834241 Red Robin

📋 copy color: '#834241'

red 131 ◦ green 66 ◦ blue 65

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

Shades of Red Robin #834241

Tints of Red Robin #834241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 50%
G = 25.19%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834241 (or 0x834241) is known color: Red Robin. HEX triplet: 83, 42 and 41. RGB value is (131,66,65). Sum of RGB (Red+Green+Blue) = 131+66+65=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #834241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834241 is #7CBDBE. Grayscale: #555555. Windows color (decimal): -8175039 or 4276867. OLE color: 4276867.

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

Color convert

RGB 131 66 65 -
CMYK 0 0.50 0.50 0.49
HSL 0.91º 0.34% 0.38% -
HSV(B) 0.91º 0.5% 0.51% -
XYZ 12.26 9.1 6.11 -
YUV 85.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 131 66 65 0 0.50 0.50 0.49 0.91 0.34 0.38
Hex 83 42 41 0 32 32 31 1 22 26
Octal 203 102 101 0 62 62 61 1 42 46
Binary 10000011 1000010 1000001 0 110010 110010 110001 1 100010 100110

Color Harmonies of #834241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834241

Black with #834241

Text Example


Text Example

White with #834241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834241; }

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

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

background-color css

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

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

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

border-color css

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

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

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