Html Css Color HEX #82423A Red Robin

📋 copy color: '#82423A'

red 130 ◦ green 66 ◦ blue 58

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

Shades of Red Robin #82423A

Tints of Red Robin #82423A

RGB

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

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

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

R = 51.18%
G = 25.98%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82423A (or 0x82423A) is known color: Red Robin. HEX triplet: 82, 42 and 3A. RGB value is (130,66,58). Sum of RGB (Red+Green+Blue) = 130+66+58=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82423A is #7DBDC5. Grayscale: #545454. Windows color (decimal): -8240582 or 3818114. OLE color: 3818114.

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

Color convert

RGB 130 66 58 -
CMYK 0 0.49 0.55 0.49
HSL 6.67º 0.38% 0.37% -
HSV(B) 6.67º 0.55% 0.51% -
XYZ 11.92 8.95 5.1 -
YUV 84.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 130 66 58 0 0.49 0.55 0.49 6.67 0.38 0.37
Hex 82 42 3A 0 31 37 31 7 26 25
Octal 202 102 72 0 61 67 61 7 46 45
Binary 10000010 1000010 111010 0 110001 110111 110001 111 100110 100101

Color Harmonies of #82423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82423A

Black with #82423A

Text Example


Text Example

White with #82423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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