Html Css Color HEX #824640 Red Robin

📋 copy color: '#824640'

red 130 ◦ green 70 ◦ blue 64

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

Shades of Red Robin #824640

Tints of Red Robin #824640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 49.24%
G = 26.52%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#824640 (or 0x824640) is known color: Red Robin. HEX triplet: 82, 46 and 40. RGB value is (130,70,64). Sum of RGB (Red+Green+Blue) = 130+70+64=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #824640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824640 is #7DB9BF. Grayscale: #575757. Windows color (decimal): -8239552 or 4212354. OLE color: 4212354.

HSL color Cylindrical-coordinate representation of color #824640: hue angle of 5.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824640 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 64 -
CMYK 0 0.46 0.51 0.49
HSL 5.45º 0.34% 0.38% -
HSV(B) 5.45º 0.51% 0.51% -
XYZ 12.32 9.5 6.03 -
YUV 87.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 130 70 64 0 0.46 0.51 0.49 5.45 0.34 0.38
Hex 82 46 40 0 2E 33 31 5 22 26
Octal 202 106 100 0 56 63 61 5 42 46
Binary 10000010 1000110 1000000 0 101110 110011 110001 101 100010 100110

Color Harmonies of #824640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824640

Black with #824640

Text Example


Text Example

White with #824640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824640; }

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

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

background-color css

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

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

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

border-color css

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

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

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