Html Css Color HEX #751D3C Claret

📋 copy color: '#751D3C'

red 117 ◦ green 29 ◦ blue 60

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

Shades of Claret #751D3C

Tints of Claret #751D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.08%

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

R = 56.8%
G = 14.08%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#751D3C (or 0x751D3C) is known color: Claret. HEX triplet: 75, 1D and 3C. RGB value is (117,29,60). Sum of RGB (Red+Green+Blue) = 117+29+60=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #751D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D3C is #8AE2C3. Grayscale: #3A3A3A. Windows color (decimal): -9102020 or 3939701. OLE color: 3939701.

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

Color convert

RGB 117 29 60 -
CMYK 0 0.75 0.49 0.54
HSL 338.86º 0.6% 0.29% -
HSV(B) 338.86º 0.75% 0.46% -
XYZ 8.59 4.99 4.78 -
YUV 58.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 117 29 60 0 0.75 0.49 0.54 338.86 0.6 0.29
Hex 75 1D 3C 0 4B 31 36 153 3C 1D
Octal 165 35 74 0 113 61 66 523 74 35
Binary 1110101 11101 111100 0 1001011 110001 110110 101010011 111100 11101

Color Harmonies of #751D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D3C

Black with #751D3C

Text Example


Text Example

White with #751D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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