Html Css Color HEX #AF374B Night Shadz

📋 copy color: '#AF374B'

red 175 ◦ green 55 ◦ blue 75

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

Shades of Night Shadz #AF374B

Tints of Night Shadz #AF374B

RGB

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

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

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

R = 57.38%
G = 18.03%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF374B (or 0xAF374B) is known color: Night Shadz. HEX triplet: AF, 37 and 4B. RGB value is (175,55,75). Sum of RGB (Red+Green+Blue) = 175+55+75=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF374B is #50C8B4. Grayscale: #5D5D5D. Windows color (decimal): -5294261 or 4929455. OLE color: 4929455.

HSL color Cylindrical-coordinate representation of color #AF374B: hue angle of 350º 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 #AF374B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 75 -
CMYK 0 0.69 0.57 0.31
HSL 350º 0.52% 0.45% -
HSV(B) 350º 0.69% 0.69% -
XYZ 20.32 12.35 7.97 -
YUV 93.16 117.76 186.37 -
System Red Green Blue C M Y K H S L
Decimal 175 55 75 0 0.69 0.57 0.31 350 0.52 0.45
Hex AF 37 4B 0 45 39 1F 15E 34 2D
Octal 257 67 113 0 105 71 37 536 64 55
Binary 10101111 110111 1001011 0 1000101 111001 11111 101011110 110100 101101

Color Harmonies of #AF374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF374B

Black with #AF374B

Text Example


Text Example

White with #AF374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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