Html Css Color HEX #82443B Red Robin

📋 copy color: '#82443B'

red 130 ◦ green 68 ◦ blue 59

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

Shades of Red Robin #82443B

Tints of Red Robin #82443B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 50.58%
G = 26.46%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82443B (or 0x82443B) is known color: Red Robin. HEX triplet: 82, 44 and 3B. RGB value is (130,68,59). Sum of RGB (Red+Green+Blue) = 130+68+59=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82443B is #7DBBC4. Grayscale: #555555. Windows color (decimal): -8240069 or 3884162. OLE color: 3884162.

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

Color convert

RGB 130 68 59 -
CMYK 0 0.48 0.55 0.49
HSL 7.61º 0.38% 0.37% -
HSV(B) 7.61º 0.55% 0.51% -
XYZ 12.06 9.2 5.28 -
YUV 85.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 130 68 59 0 0.48 0.55 0.49 7.61 0.38 0.37
Hex 82 44 3B 0 30 37 31 8 26 25
Octal 202 104 73 0 60 67 61 10 46 45
Binary 10000010 1000100 111011 0 110000 110111 110001 1000 100110 100101

Color Harmonies of #82443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82443B

Black with #82443B

Text Example


Text Example

White with #82443B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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