Html Css Color HEX #824641 Red Robin

📋 copy color: '#824641'

red 130 ◦ green 70 ◦ blue 65

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

Shades of Red Robin #824641

Tints of Red Robin #824641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

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

R = 49.06%
G = 26.42%
B = 24.53%

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

#824641 (or 0x824641) is known color: Red Robin. HEX triplet: 82, 46 and 41. RGB value is (130,70,65). Sum of RGB (Red+Green+Blue) = 130+70+65=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #824641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824641 is #7DB9BE. Grayscale: #575757. Windows color (decimal): -8239551 or 4277890. OLE color: 4277890.

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

Color convert

RGB 130 70 65 -
CMYK 0 0.46 0.50 0.49
HSL 4.62º 0.33% 0.38% -
HSV(B) 4.62º 0.5% 0.51% -
XYZ 12.35 9.51 6.19 -
YUV 87.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 130 70 65 0 0.46 0.50 0.49 4.62 0.33 0.38
Hex 82 46 41 0 2E 32 31 5 21 26
Octal 202 106 101 0 56 62 61 5 41 46
Binary 10000010 1000110 1000001 0 101110 110010 110001 101 100001 100110

Color Harmonies of #824641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824641

Black with #824641

Text Example


Text Example

White with #824641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824641; }

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

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

background-color css

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

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

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

border-color css

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

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

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