Html Css Color HEX #751636 Claret

📋 copy color: '#751636'

red 117 ◦ green 22 ◦ blue 54

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

Shades of Claret #751636

Tints of Claret #751636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

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

R = 60.62%
G = 11.4%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#751636 (or 0x751636) is known color: Claret. HEX triplet: 75, 16 and 36. RGB value is (117,22,54). Sum of RGB (Red+Green+Blue) = 117+22+54=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #751636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751636 is #8AE9C9. Grayscale: #363636. Windows color (decimal): -9103818 or 3544693. OLE color: 3544693.

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

Color convert

RGB 117 22 54 -
CMYK 0 0.81 0.54 0.54
HSL 339.79º 0.68% 0.27% -
HSV(B) 339.79º 0.81% 0.46% -
XYZ 8.29 4.62 3.95 -
YUV 54.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 117 22 54 0 0.81 0.54 0.54 339.79 0.68 0.27
Hex 75 16 36 0 51 36 36 154 44 1B
Octal 165 26 66 0 121 66 66 524 104 33
Binary 1110101 10110 110110 0 1010001 110110 110110 101010100 1000100 11011

Color Harmonies of #751636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751636

Black with #751636

Text Example


Text Example

White with #751636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751636; }

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

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

background-color css

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

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

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

border-color css

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

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

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