Html Css Color HEX #75152F Claret

📋 copy color: '#75152F'

red 117 ◦ green 21 ◦ blue 47

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

Shades of Claret #75152F

Tints of Claret #75152F

RGB

 RED value IS 117 (46.09% from 255) = 63.24%

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 63.24%
G = 11.35%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75152F (or 0x75152F) is known color: Claret. HEX triplet: 75, 15 and 2F. RGB value is (117,21,47). Sum of RGB (Red+Green+Blue) = 117+21+47=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75152F is #8AEAD0. Grayscale: #343434. Windows color (decimal): -9104081 or 3085685. OLE color: 3085685.

HSL color Cylindrical-coordinate representation of color #75152F: hue angle of 343.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75152F is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 47 -
CMYK 0 0.82 0.60 0.54
HSL 343.75º 0.7% 0.27% -
HSV(B) 343.75º 0.82% 0.46% -
XYZ 8.12 4.52 3.13 -
YUV 52.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 117 21 47 0 0.82 0.60 0.54 343.75 0.7 0.27
Hex 75 15 2F 0 52 3C 36 158 46 1B
Octal 165 25 57 0 122 74 66 530 106 33
Binary 1110101 10101 101111 0 1010010 111100 110110 101011000 1000110 11011

Color Harmonies of #75152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75152F

Black with #75152F

Text Example


Text Example

White with #75152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75152F; }

 p { color: rgb(117,21,47); }

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

background-color css

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

 a { background-color: rgb(117,21,47); }

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

border-color css

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

 span { border-color: rgb(117,21,47); }

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