Html Css Color HEX #751C34 Claret

📋 copy color: '#751C34'

red 117 ◦ green 28 ◦ blue 52

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

Shades of Claret #751C34

Tints of Claret #751C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 59.39%
G = 14.21%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#751C34 (or 0x751C34) is known color: Claret. HEX triplet: 75, 1C and 34. RGB value is (117,28,52). Sum of RGB (Red+Green+Blue) = 117+28+52=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #751C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C34 is #8AE3CB. Grayscale: #393939. Windows color (decimal): -9102284 or 3415157. OLE color: 3415157.

HSL color Cylindrical-coordinate representation of color #751C34: hue angle of 343.82º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C34 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 52 -
CMYK 0 0.76 0.56 0.54
HSL 343.82º 0.61% 0.28% -
HSV(B) 343.82º 0.76% 0.46% -
XYZ 8.37 4.86 3.75 -
YUV 57.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 117 28 52 0 0.76 0.56 0.54 343.82 0.61 0.28
Hex 75 1C 34 0 4C 38 36 158 3D 1C
Octal 165 34 64 0 114 70 66 530 75 34
Binary 1110101 11100 110100 0 1001100 111000 110110 101011000 111101 11100

Color Harmonies of #751C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C34

Black with #751C34

Text Example


Text Example

White with #751C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751C34; }

 p { color: rgb(117,28,52); }

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

background-color css

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

 a { background-color: rgb(117,28,52); }

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

border-color css

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

 span { border-color: rgb(117,28,52); }

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