Html Css Color HEX #82403B Red Robin

📋 copy color: '#82403B'

red 130 ◦ green 64 ◦ blue 59

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

Shades of Red Robin #82403B

Tints of Red Robin #82403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 51.38%
G = 25.3%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82403B (or 0x82403B) is known color: Red Robin. HEX triplet: 82, 40 and 3B. RGB value is (130,64,59). Sum of RGB (Red+Green+Blue) = 130+64+59=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #82403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82403B is #7DBFC4. Grayscale: #535353. Windows color (decimal): -8241093 or 3883138. OLE color: 3883138.

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

Color convert

RGB 130 64 59 -
CMYK 0 0.51 0.55 0.49
HSL 4.23º 0.38% 0.37% -
HSV(B) 4.23º 0.55% 0.51% -
XYZ 11.83 8.73 5.2 -
YUV 83.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 130 64 59 0 0.51 0.55 0.49 4.23 0.38 0.37
Hex 82 40 3B 0 33 37 31 4 26 25
Octal 202 100 73 0 63 67 61 4 46 45
Binary 10000010 1000000 111011 0 110011 110111 110001 100 100110 100101

Color Harmonies of #82403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82403B

Black with #82403B

Text Example


Text Example

White with #82403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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