Html Css Color HEX #834441 Red Robin

📋 copy color: '#834441'

red 131 ◦ green 68 ◦ blue 65

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

Shades of Red Robin #834441

Tints of Red Robin #834441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 49.62%
G = 25.76%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834441 (or 0x834441) is known color: Red Robin. HEX triplet: 83, 44 and 41. RGB value is (131,68,65). Sum of RGB (Red+Green+Blue) = 131+68+65=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #834441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834441 is #7CBBBE. Grayscale: #565656. Windows color (decimal): -8174527 or 4277379. OLE color: 4277379.

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

Color convert

RGB 131 68 65 -
CMYK 0 0.48 0.50 0.49
HSL 2.73º 0.34% 0.38% -
HSV(B) 2.73º 0.5% 0.51% -
XYZ 12.38 9.34 6.15 -
YUV 86.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 131 68 65 0 0.48 0.50 0.49 2.73 0.34 0.38
Hex 83 44 41 0 30 32 31 3 22 26
Octal 203 104 101 0 60 62 61 3 42 46
Binary 10000011 1000100 1000001 0 110000 110010 110001 11 100010 100110

Color Harmonies of #834441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834441

Black with #834441

Text Example


Text Example

White with #834441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834441; }

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

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

background-color css

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

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

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

border-color css

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

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

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