Html Css Color HEX #75192F Claret

📋 copy color: '#75192F'

red 117 ◦ green 25 ◦ blue 47

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

Shades of Claret #75192F

Tints of Claret #75192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 61.9%
G = 13.23%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75192F (or 0x75192F) is known color: Claret. HEX triplet: 75, 19 and 2F. RGB value is (117,25,47). Sum of RGB (Red+Green+Blue) = 117+25+47=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #75192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75192F is #8AE6D0. Grayscale: #373737. Windows color (decimal): -9103057 or 3086709. OLE color: 3086709.

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

Color convert

RGB 117 25 47 -
CMYK 0 0.79 0.60 0.54
HSL 345.65º 0.65% 0.28% -
HSV(B) 345.65º 0.79% 0.46% -
XYZ 8.2 4.68 3.16 -
YUV 55.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 117 25 47 0 0.79 0.60 0.54 345.65 0.65 0.28
Hex 75 19 2F 0 4F 3C 36 15A 41 1C
Octal 165 31 57 0 117 74 66 532 101 34
Binary 1110101 11001 101111 0 1001111 111100 110110 101011010 1000001 11100

Color Harmonies of #75192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75192F

Black with #75192F

Text Example


Text Example

White with #75192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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