Html Css Color HEX #751E2F Claret

📋 copy color: '#751E2F'

red 117 ◦ green 30 ◦ blue 47

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

Shades of Claret #751E2F

Tints of Claret #751E2F

RGB

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

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

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

R = 60.31%
G = 15.46%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#751E2F (or 0x751E2F) is known color: Claret. HEX triplet: 75, 1E and 2F. RGB value is (117,30,47). Sum of RGB (Red+Green+Blue) = 117+30+47=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751E2F is #8AE1D0. Grayscale: #393939. Windows color (decimal): -9101777 or 3087989. OLE color: 3087989.

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

Color convert

RGB 117 30 47 -
CMYK 0 0.74 0.60 0.54
HSL 348.28º 0.59% 0.29% -
HSV(B) 348.28º 0.74% 0.46% -
XYZ 8.31 4.92 3.2 -
YUV 57.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 117 30 47 0 0.74 0.60 0.54 348.28 0.59 0.29
Hex 75 1E 2F 0 4A 3C 36 15C 3B 1D
Octal 165 36 57 0 112 74 66 534 73 35
Binary 1110101 11110 101111 0 1001010 111100 110110 101011100 111011 11101

Color Harmonies of #751E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E2F

Black with #751E2F

Text Example


Text Example

White with #751E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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