Html Css Color HEX #751D2F Claret

📋 copy color: '#751D2F'

red 117 ◦ green 29 ◦ blue 47

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

Shades of Claret #751D2F

Tints of Claret #751D2F

RGB

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

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

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

R = 60.62%
G = 15.03%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#751D2F (or 0x751D2F) is known color: Claret. HEX triplet: 75, 1D and 2F. RGB value is (117,29,47). Sum of RGB (Red+Green+Blue) = 117+29+47=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #751D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D2F is #8AE2D0. Grayscale: #393939. Windows color (decimal): -9102033 or 3087733. OLE color: 3087733.

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

Color convert

RGB 117 29 47 -
CMYK 0 0.75 0.60 0.54
HSL 347.73º 0.6% 0.29% -
HSV(B) 347.73º 0.75% 0.46% -
XYZ 8.29 4.87 3.19 -
YUV 57.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 117 29 47 0 0.75 0.60 0.54 347.73 0.6 0.29
Hex 75 1D 2F 0 4B 3C 36 15C 3C 1D
Octal 165 35 57 0 113 74 66 534 74 35
Binary 1110101 11101 101111 0 1001011 111100 110110 101011100 111100 11101

Color Harmonies of #751D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D2F

Black with #751D2F

Text Example


Text Example

White with #751D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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