Html Css Color HEX #82443A Red Robin

📋 copy color: '#82443A'

red 130 ◦ green 68 ◦ blue 58

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

Shades of Red Robin #82443A

Tints of Red Robin #82443A

RGB

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

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

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

R = 50.78%
G = 26.56%
B = 22.66%

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

#82443A (or 0x82443A) is known color: Red Robin. HEX triplet: 82, 44 and 3A. RGB value is (130,68,58). Sum of RGB (Red+Green+Blue) = 130+68+58=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82443A is #7DBBC5. Grayscale: #555555. Windows color (decimal): -8240070 or 3818626. OLE color: 3818626.

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

Color convert

RGB 130 68 58 -
CMYK 0 0.48 0.55 0.49
HSL 8.33º 0.38% 0.37% -
HSV(B) 8.33º 0.55% 0.51% -
XYZ 12.04 9.19 5.14 -
YUV 85.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 130 68 58 0 0.48 0.55 0.49 8.33 0.38 0.37
Hex 82 44 3A 0 30 37 31 8 26 25
Octal 202 104 72 0 60 67 61 10 46 45
Binary 10000010 1000100 111010 0 110000 110111 110001 1000 100110 100101

Color Harmonies of #82443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82443A

Black with #82443A

Text Example


Text Example

White with #82443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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