Html Css Color HEX #82423F Red Robin

📋 copy color: '#82423F'

red 130 ◦ green 66 ◦ blue 63

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

Shades of Red Robin #82423F

Tints of Red Robin #82423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

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

R = 50.19%
G = 25.48%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82423F (or 0x82423F) is known color: Red Robin. HEX triplet: 82, 42 and 3F. RGB value is (130,66,63). Sum of RGB (Red+Green+Blue) = 130+66+63=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82423F is #7DBDC0. Grayscale: #545454. Windows color (decimal): -8240577 or 4145794. OLE color: 4145794.

HSL color Cylindrical-coordinate representation of color #82423F: hue angle of 2.69º 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 #82423F is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 63 -
CMYK 0 0.49 0.52 0.49
HSL 2.69º 0.35% 0.38% -
HSV(B) 2.69º 0.52% 0.51% -
XYZ 12.05 9 5.8 -
YUV 84.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 130 66 63 0 0.49 0.52 0.49 2.69 0.35 0.38
Hex 82 42 3F 0 31 34 31 3 23 26
Octal 202 102 77 0 61 64 61 3 43 46
Binary 10000010 1000010 111111 0 110001 110100 110001 11 100011 100110

Color Harmonies of #82423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82423F

Black with #82423F

Text Example


Text Example

White with #82423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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