Html Css Color HEX #824341 Red Robin

📋 copy color: '#824341'

red 130 ◦ green 67 ◦ blue 65

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

Shades of Red Robin #824341

Tints of Red Robin #824341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 49.62%
G = 25.57%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#824341 (or 0x824341) is known color: Red Robin. HEX triplet: 82, 43 and 41. RGB value is (130,67,65). Sum of RGB (Red+Green+Blue) = 130+67+65=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #824341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824341 is #7DBCBE. Grayscale: #555555. Windows color (decimal): -8240319 or 4277122. OLE color: 4277122.

HSL color Cylindrical-coordinate representation of color #824341: hue angle of 1.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824341 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 67 65 -
CMYK 0 0.48 0.50 0.49
HSL 1.85º 0.33% 0.38% -
HSV(B) 1.85º 0.5% 0.51% -
XYZ 12.17 9.14 6.12 -
YUV 85.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 130 67 65 0 0.48 0.50 0.49 1.85 0.33 0.38
Hex 82 43 41 0 30 32 31 2 21 26
Octal 202 103 101 0 60 62 61 2 41 46
Binary 10000010 1000011 1000001 0 110000 110010 110001 10 100001 100110

Color Harmonies of #824341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824341

Black with #824341

Text Example


Text Example

White with #824341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824341; }

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

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

background-color css

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

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

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

border-color css

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

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

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