Html Css Color HEX #82463B Red Robin

📋 copy color: '#82463B'

red 130 ◦ green 70 ◦ blue 59

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

Shades of Red Robin #82463B

Tints of Red Robin #82463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 50.19%
G = 27.03%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82463B (or 0x82463B) is known color: Red Robin. HEX triplet: 82, 46 and 3B. RGB value is (130,70,59). Sum of RGB (Red+Green+Blue) = 130+70+59=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82463B is #7DB9C4. Grayscale: #565656. Windows color (decimal): -8239557 or 3884674. OLE color: 3884674.

HSL color Cylindrical-coordinate representation of color #82463B: hue angle of 9.3º 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 #82463B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 59 -
CMYK 0 0.46 0.55 0.49
HSL 9.3º 0.38% 0.37% -
HSV(B) 9.3º 0.55% 0.51% -
XYZ 12.19 9.44 5.32 -
YUV 86.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 130 70 59 0 0.46 0.55 0.49 9.3 0.38 0.37
Hex 82 46 3B 0 2E 37 31 9 26 25
Octal 202 106 73 0 56 67 61 11 46 45
Binary 10000010 1000110 111011 0 101110 110111 110001 1001 100110 100101

Color Harmonies of #82463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82463B

Black with #82463B

Text Example


Text Example

White with #82463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82463B; }

 p { color: rgb(130,70,59); }

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

background-color css

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

 a { background-color: rgb(130,70,59); }

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

border-color css

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

 span { border-color: rgb(130,70,59); }

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