Html Css Color HEX #AB441F Rose Of Sharon

📋 copy color: '#AB441F'

red 171 ◦ green 68 ◦ blue 31

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

Shades of Rose Of Sharon #AB441F

Tints of Rose Of Sharon #AB441F

RGB

 RED value IS 171 (67.19% from 255) = 63.33%

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

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 63.33%
G = 25.19%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB441F (or 0xAB441F) is known color: Rose Of Sharon. HEX triplet: AB, 44 and 1F. RGB value is (171,68,31). Sum of RGB (Red+Green+Blue) = 171+68+31=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB441F is #54BBE0. Grayscale: #5E5E5E. Windows color (decimal): -5553121 or 2049195. OLE color: 2049195.

HSL color Cylindrical-coordinate representation of color #AB441F: hue angle of 15.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB441F is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 31 -
CMYK 0 0.60 0.82 0.33
HSL 15.86º 0.69% 0.4% -
HSV(B) 15.86º 0.82% 0.67% -
XYZ 19.11 12.89 2.78 -
YUV 94.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 171 68 31 0 0.60 0.82 0.33 15.86 0.69 0.4
Hex AB 44 1F 0 3C 52 21 10 45 28
Octal 253 104 37 0 74 122 41 20 105 50
Binary 10101011 1000100 11111 0 111100 1010010 100001 10000 1000101 101000

Color Harmonies of #AB441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB441F

Black with #AB441F

Text Example


Text Example

White with #AB441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB441F; }

 p { color: rgb(171,68,31); }

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

background-color css

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

 a { background-color: rgb(171,68,31); }

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

border-color css

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

 span { border-color: rgb(171,68,31); }

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