Html Css Color HEX #751237 Claret

📋 copy color: '#751237'

red 117 ◦ green 18 ◦ blue 55

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

Shades of Claret #751237

Tints of Claret #751237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 28.95%

R = 61.58%
G = 9.47%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#751237 (or 0x751237) is known color: Claret. HEX triplet: 75, 12 and 37. RGB value is (117,18,55). Sum of RGB (Red+Green+Blue) = 117+18+55=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #751237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751237 is #8AEDC8. Grayscale: #333333. Windows color (decimal): -9104841 or 3609205. OLE color: 3609205.

HSL color Cylindrical-coordinate representation of color #751237: hue angle of 337.58º 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 #751237 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 55 -
CMYK 0 0.85 0.53 0.54
HSL 337.58º 0.73% 0.26% -
HSV(B) 337.58º 0.85% 0.46% -
XYZ 8.24 4.49 4.05 -
YUV 51.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 117 18 55 0 0.85 0.53 0.54 337.58 0.73 0.26
Hex 75 12 37 0 55 35 36 152 49 1A
Octal 165 22 67 0 125 65 66 522 111 32
Binary 1110101 10010 110111 0 1010101 110101 110110 101010010 1001001 11010

Color Harmonies of #751237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751237

Black with #751237

Text Example


Text Example

White with #751237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751237; }

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

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

background-color css

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

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

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

border-color css

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

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

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