Html Css Color HEX #834134 Red Robin

📋 copy color: '#834134'

red 131 ◦ green 65 ◦ blue 52

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

Shades of Red Robin #834134

Tints of Red Robin #834134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

 BLUE value IS 52 (20.7% from 255) = 20.97%

R = 52.82%
G = 26.21%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#834134 (or 0x834134) is known color: Red Robin. HEX triplet: 83, 41 and 34. RGB value is (131,65,52). Sum of RGB (Red+Green+Blue) = 131+65+52=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #834134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834134 is #7CBECB. Grayscale: #535353. Windows color (decimal): -8175308 or 3424643. OLE color: 3424643.

HSL color Cylindrical-coordinate representation of color #834134: hue angle of 9.87º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834134 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 52 -
CMYK 0 0.50 0.60 0.49
HSL 9.87º 0.43% 0.36% -
HSV(B) 9.87º 0.6% 0.51% -
XYZ 11.87 8.85 4.33 -
YUV 83.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 131 65 52 0 0.50 0.60 0.49 9.87 0.43 0.36
Hex 83 41 34 0 32 3C 31 A 2B 24
Octal 203 101 64 0 62 74 61 12 53 44
Binary 10000011 1000001 110100 0 110010 111100 110001 1010 101011 100100

Color Harmonies of #834134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834134

Black with #834134

Text Example


Text Example

White with #834134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834134; }

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

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

background-color css

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

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

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

border-color css

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

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

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