Html Css Color HEX #82453D Red Robin

📋 copy color: '#82453D'

red 130 ◦ green 69 ◦ blue 61

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

Shades of Red Robin #82453D

Tints of Red Robin #82453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 50%
G = 26.54%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82453D (or 0x82453D) is known color: Red Robin. HEX triplet: 82, 45 and 3D. RGB value is (130,69,61). Sum of RGB (Red+Green+Blue) = 130+69+61=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82453D is #7DBAC2. Grayscale: #565656. Windows color (decimal): -8239811 or 4015490. OLE color: 4015490.

HSL color Cylindrical-coordinate representation of color #82453D: hue angle of 6.96º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82453D is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 61 -
CMYK 0 0.47 0.53 0.49
HSL 6.96º 0.36% 0.37% -
HSV(B) 6.96º 0.53% 0.51% -
XYZ 12.18 9.34 5.58 -
YUV 86.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 130 69 61 0 0.47 0.53 0.49 6.96 0.36 0.37
Hex 82 45 3D 0 2F 35 31 7 24 25
Octal 202 105 75 0 57 65 61 7 44 45
Binary 10000010 1000101 111101 0 101111 110101 110001 111 100100 100101

Color Harmonies of #82453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82453D

Black with #82453D

Text Example


Text Example

White with #82453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82453D; }

 p { color: rgb(130,69,61); }

 H1.HeaderClassName
 {
   color: #82453D;
 }
 .AnyTagClassName
 {
   color: #82453D;
 }
</style>

background-color css

<style>
 a { background-color: #82453D; }

 a { background-color: rgb(130,69,61); }

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

border-color css

<style>
 span { border-color: #82453D; }

 span { border-color: rgb(130,69,61); }

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