Html Css Color HEX #824543 Red Robin

📋 copy color: '#824543'

red 130 ◦ green 69 ◦ blue 67

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

Shades of Red Robin #824543

Tints of Red Robin #824543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 48.87%
G = 25.94%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#824543 (or 0x824543) is known color: Red Robin. HEX triplet: 82, 45 and 43. RGB value is (130,69,67). Sum of RGB (Red+Green+Blue) = 130+69+67=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824543 is #7DBABC. Grayscale: #575757. Windows color (decimal): -8239805 or 4408706. OLE color: 4408706.

HSL color Cylindrical-coordinate representation of color #824543: hue angle of 1.9º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824543 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 67 -
CMYK 0 0.47 0.48 0.49
HSL 1.9º 0.32% 0.39% -
HSV(B) 1.9º 0.48% 0.51% -
XYZ 12.35 9.41 6.48 -
YUV 87.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 130 69 67 0 0.47 0.48 0.49 1.9 0.32 0.39
Hex 82 45 43 0 2F 30 31 2 20 27
Octal 202 105 103 0 57 60 61 2 40 47
Binary 10000010 1000101 1000011 0 101111 110000 110001 10 100000 100111

Color Harmonies of #824543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824543

Black with #824543

Text Example


Text Example

White with #824543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824543; }

 p { color: rgb(130,69,67); }

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

background-color css

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

 a { background-color: rgb(130,69,67); }

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

border-color css

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

 span { border-color: rgb(130,69,67); }

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