Html Css Color HEX #AF374F Night Shadz

📋 copy color: '#AF374F'

red 175 ◦ green 55 ◦ blue 79

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

Shades of Night Shadz #AF374F

Tints of Night Shadz #AF374F

RGB

 RED value IS 175 (68.75% from 255) = 56.63%

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 56.63%
G = 17.8%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF374F (or 0xAF374F) is known color: Night Shadz. HEX triplet: AF, 37 and 4F. RGB value is (175,55,79). Sum of RGB (Red+Green+Blue) = 175+55+79=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF374F is #50C8B0. Grayscale: #5D5D5D. Windows color (decimal): -5294257 or 5191599. OLE color: 5191599.

HSL color Cylindrical-coordinate representation of color #AF374F: hue angle of 348º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF374F is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 79 -
CMYK 0 0.69 0.55 0.31
HSL 348º 0.52% 0.45% -
HSV(B) 348º 0.69% 0.69% -
XYZ 20.46 12.41 8.71 -
YUV 93.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 175 55 79 0 0.69 0.55 0.31 348 0.52 0.45
Hex AF 37 4F 0 45 37 1F 15C 34 2D
Octal 257 67 117 0 105 67 37 534 64 55
Binary 10101111 110111 1001111 0 1000101 110111 11111 101011100 110100 101101

Color Harmonies of #AF374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF374F

Black with #AF374F

Text Example


Text Example

White with #AF374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF374F; }

 p { color: rgb(175,55,79); }

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

background-color css

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

 a { background-color: rgb(175,55,79); }

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

border-color css

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

 span { border-color: rgb(175,55,79); }

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