Html Css Color HEX #751D36 Claret

📋 copy color: '#751D36'

red 117 ◦ green 29 ◦ blue 54

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

Shades of Claret #751D36

Tints of Claret #751D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27%

R = 58.5%
G = 14.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#751D36 (or 0x751D36) is known color: Claret. HEX triplet: 75, 1D and 36. RGB value is (117,29,54). Sum of RGB (Red+Green+Blue) = 117+29+54=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #751D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D36 is #8AE2C9. Grayscale: #3A3A3A. Windows color (decimal): -9102026 or 3546485. OLE color: 3546485.

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

Color convert

RGB 117 29 54 -
CMYK 0 0.75 0.54 0.54
HSL 342.95º 0.6% 0.29% -
HSV(B) 342.95º 0.75% 0.46% -
XYZ 8.44 4.93 4 -
YUV 58.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 117 29 54 0 0.75 0.54 0.54 342.95 0.6 0.29
Hex 75 1D 36 0 4B 36 36 157 3C 1D
Octal 165 35 66 0 113 66 66 527 74 35
Binary 1110101 11101 110110 0 1001011 110110 110110 101010111 111100 11101

Color Harmonies of #751D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D36

Black with #751D36

Text Example


Text Example

White with #751D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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