Html Css Color HEX #75192D Claret

📋 copy color: '#75192D'

red 117 ◦ green 25 ◦ blue 45

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

Shades of Claret #75192D

Tints of Claret #75192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 62.57%
G = 13.37%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75192D (or 0x75192D) is known color: Claret. HEX triplet: 75, 19 and 2D. RGB value is (117,25,45). Sum of RGB (Red+Green+Blue) = 117+25+45=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75192D is #8AE6D2. Grayscale: #363636. Windows color (decimal): -9103059 or 2955637. OLE color: 2955637.

HSL color Cylindrical-coordinate representation of color #75192D: hue angle of 346.96º 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 #75192D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 45 -
CMYK 0 0.79 0.62 0.54
HSL 346.96º 0.65% 0.28% -
HSV(B) 346.96º 0.79% 0.46% -
XYZ 8.16 4.67 2.95 -
YUV 54.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 117 25 45 0 0.79 0.62 0.54 346.96 0.65 0.28
Hex 75 19 2D 0 4F 3E 36 15B 41 1C
Octal 165 31 55 0 117 76 66 533 101 34
Binary 1110101 11001 101101 0 1001111 111110 110110 101011011 1000001 11100

Color Harmonies of #75192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75192D

Black with #75192D

Text Example


Text Example

White with #75192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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