Html Css Color HEX #AB364B Night Shadz

📋 copy color: '#AB364B'

red 171 ◦ green 54 ◦ blue 75

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

Shades of Night Shadz #AB364B

Tints of Night Shadz #AB364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 57%
G = 18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB364B (or 0xAB364B) is known color: Night Shadz. HEX triplet: AB, 36 and 4B. RGB value is (171,54,75). Sum of RGB (Red+Green+Blue) = 171+54+75=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB364B is #54C9B4. Grayscale: #5B5B5B. Windows color (decimal): -5556661 or 4929195. OLE color: 4929195.

HSL color Cylindrical-coordinate representation of color #AB364B: hue angle of 349.23º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB364B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 54 75 -
CMYK 0 0.68 0.56 0.33
HSL 349.23º 0.52% 0.44% -
HSV(B) 349.23º 0.68% 0.67% -
XYZ 19.38 11.8 7.91 -
YUV 91.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 171 54 75 0 0.68 0.56 0.33 349.23 0.52 0.44
Hex AB 36 4B 0 44 38 21 15D 34 2C
Octal 253 66 113 0 104 70 41 535 64 54
Binary 10101011 110110 1001011 0 1000100 111000 100001 101011101 110100 101100

Color Harmonies of #AB364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB364B

Black with #AB364B

Text Example


Text Example

White with #AB364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB364B; }

 p { color: rgb(171,54,75); }

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

background-color css

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

 a { background-color: rgb(171,54,75); }

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

border-color css

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

 span { border-color: rgb(171,54,75); }

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