Html Css Color HEX #824238 Red Robin

📋 copy color: '#824238'

red 130 ◦ green 66 ◦ blue 56

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

Shades of Red Robin #824238

Tints of Red Robin #824238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 51.59%
G = 26.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#824238 (or 0x824238) is known color: Red Robin. HEX triplet: 82, 42 and 38. RGB value is (130,66,56). Sum of RGB (Red+Green+Blue) = 130+66+56=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824238 is #7DBDC7. Grayscale: #545454. Windows color (decimal): -8240584 or 3687042. OLE color: 3687042.

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

Color convert

RGB 130 66 56 -
CMYK 0 0.49 0.57 0.49
HSL 8.11º 0.4% 0.36% -
HSV(B) 8.11º 0.57% 0.51% -
XYZ 11.87 8.93 4.84 -
YUV 84 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 130 66 56 0 0.49 0.57 0.49 8.11 0.4 0.36
Hex 82 42 38 0 31 39 31 8 28 24
Octal 202 102 70 0 61 71 61 10 50 44
Binary 10000010 1000010 111000 0 110001 111001 110001 1000 101000 100100

Color Harmonies of #824238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824238

Black with #824238

Text Example


Text Example

White with #824238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824238; }

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

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

background-color css

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

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

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

border-color css

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

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

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