Html Css Color HEX #824134 Red Robin

📋 copy color: '#824134'

red 130 ◦ green 65 ◦ blue 52

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

Shades of Red Robin #824134

Tints of Red Robin #824134

RGB

 RED value IS 130 (51.17% from 255) = 52.63%

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

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

R = 52.63%
G = 26.32%
B = 21.05%

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

#824134 (or 0x824134) is known color: Red Robin. HEX triplet: 82, 41 and 34. RGB value is (130,65,52). Sum of RGB (Red+Green+Blue) = 130+65+52=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #824134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824134 is #7DBECB. Grayscale: #535353. Windows color (decimal): -8240844 or 3424642. OLE color: 3424642.

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

Color convert

RGB 130 65 52 -
CMYK 0 0.50 0.60 0.49
HSL 10º 0.43% 0.36% -
HSV(B) 10º 0.6% 0.51% -
XYZ 11.72 8.77 4.32 -
YUV 82.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 130 65 52 0 0.50 0.60 0.49 10 0.43 0.36
Hex 82 41 34 0 32 3C 31 A 2B 24
Octal 202 101 64 0 62 74 61 12 53 44
Binary 10000010 1000001 110100 0 110010 111100 110001 1010 101011 100100

Color Harmonies of #824134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824134

Black with #824134

Text Example


Text Example

White with #824134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824134; }

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

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

background-color css

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

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

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

border-color css

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

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

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