Html Css Color HEX #824538 Red Robin

📋 copy color: '#824538'

red 130 ◦ green 69 ◦ blue 56

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

Shades of Red Robin #824538

Tints of Red Robin #824538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.96%

R = 50.98%
G = 27.06%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#824538 (or 0x824538) is known color: Red Robin. HEX triplet: 82, 45 and 38. RGB value is (130,69,56). Sum of RGB (Red+Green+Blue) = 130+69+56=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #824538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824538 is #7DBAC7. Grayscale: #555555. Windows color (decimal): -8239816 or 3687810. OLE color: 3687810.

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

Color convert

RGB 130 69 56 -
CMYK 0 0.47 0.57 0.49
HSL 10.54º 0.4% 0.36% -
HSV(B) 10.54º 0.57% 0.51% -
XYZ 12.05 9.29 4.9 -
YUV 85.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 130 69 56 0 0.47 0.57 0.49 10.54 0.4 0.36
Hex 82 45 38 0 2F 39 31 B 28 24
Octal 202 105 70 0 57 71 61 13 50 44
Binary 10000010 1000101 111000 0 101111 111001 110001 1011 101000 100100

Color Harmonies of #824538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824538

Black with #824538

Text Example


Text Example

White with #824538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824538; }

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

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

background-color css

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

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

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

border-color css

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

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

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