Html Css Color HEX #751E3C Claret

📋 copy color: '#751E3C'

red 117 ◦ green 30 ◦ blue 60

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

Shades of Claret #751E3C

Tints of Claret #751E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 56.52%
G = 14.49%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#751E3C (or 0x751E3C) is known color: Claret. HEX triplet: 75, 1E and 3C. RGB value is (117,30,60). Sum of RGB (Red+Green+Blue) = 117+30+60=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #751E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751E3C is #8AE1C3. Grayscale: #3B3B3B. Windows color (decimal): -9101764 or 3939957. OLE color: 3939957.

HSL color Cylindrical-coordinate representation of color #751E3C: hue angle of 339.31º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751E3C is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 60 -
CMYK 0 0.74 0.49 0.54
HSL 339.31º 0.59% 0.29% -
HSV(B) 339.31º 0.74% 0.46% -
XYZ 8.62 5.04 4.79 -
YUV 59.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 117 30 60 0 0.74 0.49 0.54 339.31 0.59 0.29
Hex 75 1E 3C 0 4A 31 36 153 3B 1D
Octal 165 36 74 0 112 61 66 523 73 35
Binary 1110101 11110 111100 0 1001010 110001 110110 101010011 111011 11101

Color Harmonies of #751E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E3C

Black with #751E3C

Text Example


Text Example

White with #751E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,60); }

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

background-color css

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

 a { background-color: rgb(117,30,60); }

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

border-color css

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

 span { border-color: rgb(117,30,60); }

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