Html Css Color HEX #A82541 Old Rose

📋 copy color: '#A82541'

red 168 ◦ green 37 ◦ blue 65

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

Shades of Old Rose #A82541

Tints of Old Rose #A82541

RGB

 RED value IS 168 (66.02% from 255) = 62.22%

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 62.22%
G = 13.7%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A82541 (or 0xA82541) is known color: Old Rose. HEX triplet: A8, 25 and 41. RGB value is (168,37,65). Sum of RGB (Red+Green+Blue) = 168+37+65=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A82541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82541 is #57DABE. Grayscale: #4F4F4F. Windows color (decimal): -5757631 or 4269480. OLE color: 4269480.

HSL color Cylindrical-coordinate representation of color #A82541: hue angle of 347.18º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82541 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 37 65 -
CMYK 0 0.78 0.61 0.34
HSL 347.18º 0.64% 0.4% -
HSV(B) 347.18º 0.78% 0.66% -
XYZ 17.76 10.03 6 -
YUV 79.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 168 37 65 0 0.78 0.61 0.34 347.18 0.64 0.4
Hex A8 25 41 0 4E 3D 22 15B 40 28
Octal 250 45 101 0 116 75 42 533 100 50
Binary 10101000 100101 1000001 0 1001110 111101 100010 101011011 1000000 101000

Color Harmonies of #A82541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82541

Black with #A82541

Text Example


Text Example

White with #A82541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82541; }

 p { color: rgb(168,37,65); }

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

background-color css

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

 a { background-color: rgb(168,37,65); }

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

border-color css

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

 span { border-color: rgb(168,37,65); }

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