Html Css Color HEX #75122D Claret

📋 copy color: '#75122D'

red 117 ◦ green 18 ◦ blue 45

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

Shades of Claret #75122D

Tints of Claret #75122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

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

R = 65%
G = 10%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75122D (or 0x75122D) is known color: Claret. HEX triplet: 75, 12 and 2D. RGB value is (117,18,45). Sum of RGB (Red+Green+Blue) = 117+18+45=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75122D is #8AEDD2. Grayscale: #323232. Windows color (decimal): -9104851 or 2953845. OLE color: 2953845.

HSL color Cylindrical-coordinate representation of color #75122D: hue angle of 343.64º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75122D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 45 -
CMYK 0 0.85 0.62 0.54
HSL 343.64º 0.73% 0.26% -
HSV(B) 343.64º 0.85% 0.46% -
XYZ 8.03 4.4 2.91 -
YUV 50.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 117 18 45 0 0.85 0.62 0.54 343.64 0.73 0.26
Hex 75 12 2D 0 55 3E 36 158 49 1A
Octal 165 22 55 0 125 76 66 530 111 32
Binary 1110101 10010 101101 0 1010101 111110 110110 101011000 1001001 11010

Color Harmonies of #75122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75122D

Black with #75122D

Text Example


Text Example

White with #75122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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