Html Css Color HEX #82413F Red Robin

📋 copy color: '#82413F'

red 130 ◦ green 65 ◦ blue 63

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

Shades of Red Robin #82413F

Tints of Red Robin #82413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 50.39%
G = 25.19%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82413F (or 0x82413F) is known color: Red Robin. HEX triplet: 82, 41 and 3F. RGB value is (130,65,63). Sum of RGB (Red+Green+Blue) = 130+65+63=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82413F is #7DBEC0. Grayscale: #545454. Windows color (decimal): -8240833 or 4145538. OLE color: 4145538.

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

Color convert

RGB 130 65 63 -
CMYK 0 0.50 0.52 0.49
HSL 1.79º 0.35% 0.38% -
HSV(B) 1.79º 0.52% 0.51% -
XYZ 11.99 8.89 5.79 -
YUV 84.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 130 65 63 0 0.50 0.52 0.49 1.79 0.35 0.38
Hex 82 41 3F 0 32 34 31 2 23 26
Octal 202 101 77 0 62 64 61 2 43 46
Binary 10000010 1000001 111111 0 110010 110100 110001 10 100011 100110

Color Harmonies of #82413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82413F

Black with #82413F

Text Example


Text Example

White with #82413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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