Html Css Color HEX #824335 Red Robin

📋 copy color: '#824335'

red 130 ◦ green 67 ◦ blue 53

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

Shades of Red Robin #824335

Tints of Red Robin #824335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 52%
G = 26.8%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#824335 (or 0x824335) is known color: Red Robin. HEX triplet: 82, 43 and 35. RGB value is (130,67,53). Sum of RGB (Red+Green+Blue) = 130+67+53=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #824335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824335 is #7DBCCA. Grayscale: #545454. Windows color (decimal): -8240331 or 3490690. OLE color: 3490690.

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

Color convert

RGB 130 67 53 -
CMYK 0 0.48 0.59 0.49
HSL 10.91º 0.42% 0.36% -
HSV(B) 10.91º 0.59% 0.51% -
XYZ 11.86 9.02 4.48 -
YUV 84.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 130 67 53 0 0.48 0.59 0.49 10.91 0.42 0.36
Hex 82 43 35 0 30 3B 31 B 2A 24
Octal 202 103 65 0 60 73 61 13 52 44
Binary 10000010 1000011 110101 0 110000 111011 110001 1011 101010 100100

Color Harmonies of #824335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824335

Black with #824335

Text Example


Text Example

White with #824335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824335; }

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

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

background-color css

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

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

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

border-color css

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

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

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