Html Css Color HEX #751C2F Claret

📋 copy color: '#751C2F'

red 117 ◦ green 28 ◦ blue 47

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

Shades of Claret #751C2F

Tints of Claret #751C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 60.94%
G = 14.58%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#751C2F (or 0x751C2F) is known color: Claret. HEX triplet: 75, 1C and 2F. RGB value is (117,28,47). Sum of RGB (Red+Green+Blue) = 117+28+47=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #751C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C2F is #8AE3D0. Grayscale: #383838. Windows color (decimal): -9102289 or 3087477. OLE color: 3087477.

HSL color Cylindrical-coordinate representation of color #751C2F: hue angle of 347.19º 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 #751C2F is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 47 -
CMYK 0 0.76 0.60 0.54
HSL 347.19º 0.61% 0.28% -
HSV(B) 347.19º 0.76% 0.46% -
XYZ 8.26 4.82 3.18 -
YUV 56.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 117 28 47 0 0.76 0.60 0.54 347.19 0.61 0.28
Hex 75 1C 2F 0 4C 3C 36 15B 3D 1C
Octal 165 34 57 0 114 74 66 533 75 34
Binary 1110101 11100 101111 0 1001100 111100 110110 101011011 111101 11100

Color Harmonies of #751C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C2F

Black with #751C2F

Text Example


Text Example

White with #751C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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