Html Css Color HEX #82413A Red Robin

📋 copy color: '#82413A'

red 130 ◦ green 65 ◦ blue 58

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

Shades of Red Robin #82413A

Tints of Red Robin #82413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 51.38%
G = 25.69%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82413A (or 0x82413A) is known color: Red Robin. HEX triplet: 82, 41 and 3A. RGB value is (130,65,58). Sum of RGB (Red+Green+Blue) = 130+65+58=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #82413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82413A is #7DBEC5. Grayscale: #535353. Windows color (decimal): -8240838 or 3817858. OLE color: 3817858.

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

Color convert

RGB 130 65 58 -
CMYK 0 0.50 0.55 0.49
HSL 5.83º 0.38% 0.37% -
HSV(B) 5.83º 0.55% 0.51% -
XYZ 11.86 8.83 5.08 -
YUV 83.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 130 65 58 0 0.50 0.55 0.49 5.83 0.38 0.37
Hex 82 41 3A 0 32 37 31 6 26 25
Octal 202 101 72 0 62 67 61 6 46 45
Binary 10000010 1000001 111010 0 110010 110111 110001 110 100110 100101

Color Harmonies of #82413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82413A

Black with #82413A

Text Example


Text Example

White with #82413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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