Html Css Color HEX #751736 Claret

📋 copy color: '#751736'

red 117 ◦ green 23 ◦ blue 54

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

Shades of Claret #751736

Tints of Claret #751736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 60.31%
G = 11.86%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#751736 (or 0x751736) is known color: Claret. HEX triplet: 75, 17 and 36. RGB value is (117,23,54). Sum of RGB (Red+Green+Blue) = 117+23+54=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751736 is #8AE8C9. Grayscale: #363636. Windows color (decimal): -9103562 or 3544949. OLE color: 3544949.

HSL color Cylindrical-coordinate representation of color #751736: hue angle of 340.21º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751736 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 54 -
CMYK 0 0.80 0.54 0.54
HSL 340.21º 0.67% 0.27% -
HSV(B) 340.21º 0.8% 0.46% -
XYZ 8.31 4.66 3.95 -
YUV 54.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 117 23 54 0 0.80 0.54 0.54 340.21 0.67 0.27
Hex 75 17 36 0 50 36 36 154 43 1B
Octal 165 27 66 0 120 66 66 524 103 33
Binary 1110101 10111 110110 0 1010000 110110 110110 101010100 1000011 11011

Color Harmonies of #751736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751736

Black with #751736

Text Example


Text Example

White with #751736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751736; }

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

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

background-color css

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

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

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

border-color css

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

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

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