Html Css Color HEX #824338 Red Robin

📋 copy color: '#824338'

red 130 ◦ green 67 ◦ blue 56

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

Shades of Red Robin #824338

Tints of Red Robin #824338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 51.38%
G = 26.48%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#824338 (or 0x824338) is known color: Red Robin. HEX triplet: 82, 43 and 38. RGB value is (130,67,56). Sum of RGB (Red+Green+Blue) = 130+67+56=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #824338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824338 is #7DBCC7. Grayscale: #545454. Windows color (decimal): -8240328 or 3687298. OLE color: 3687298.

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

Color convert

RGB 130 67 56 -
CMYK 0 0.48 0.57 0.49
HSL 8.92º 0.4% 0.36% -
HSV(B) 8.92º 0.57% 0.51% -
XYZ 11.93 9.05 4.86 -
YUV 84.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 130 67 56 0 0.48 0.57 0.49 8.92 0.4 0.36
Hex 82 43 38 0 30 39 31 9 28 24
Octal 202 103 70 0 60 71 61 11 50 44
Binary 10000010 1000011 111000 0 110000 111001 110001 1001 101000 100100

Color Harmonies of #824338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824338

Black with #824338

Text Example


Text Example

White with #824338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824338; }

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

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

background-color css

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

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

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

border-color css

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

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

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