Html Css Color HEX #82413D Red Robin

📋 copy color: '#82413D'

red 130 ◦ green 65 ◦ blue 61

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

Shades of Red Robin #82413D

Tints of Red Robin #82413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 50.78%
G = 25.39%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82413D (or 0x82413D) is known color: Red Robin. HEX triplet: 82, 41 and 3D. RGB value is (130,65,61). Sum of RGB (Red+Green+Blue) = 130+65+61=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82413D is #7DBEC2. Grayscale: #545454. Windows color (decimal): -8240835 or 4014466. OLE color: 4014466.

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

Color convert

RGB 130 65 61 -
CMYK 0 0.50 0.53 0.49
HSL 3.48º 0.36% 0.37% -
HSV(B) 3.48º 0.53% 0.51% -
XYZ 11.94 8.86 5.5 -
YUV 83.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 130 65 61 0 0.50 0.53 0.49 3.48 0.36 0.37
Hex 82 41 3D 0 32 35 31 3 24 25
Octal 202 101 75 0 62 65 61 3 44 45
Binary 10000010 1000001 111101 0 110010 110101 110001 11 100100 100101

Color Harmonies of #82413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82413D

Black with #82413D

Text Example


Text Example

White with #82413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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