Html Css Color HEX #751236 Claret

📋 copy color: '#751236'

red 117 ◦ green 18 ◦ blue 54

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

Shades of Claret #751236

Tints of Claret #751236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 61.9%
G = 9.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#751236 (or 0x751236) is known color: Claret. HEX triplet: 75, 12 and 36. RGB value is (117,18,54). Sum of RGB (Red+Green+Blue) = 117+18+54=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #751236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751236 is #8AEDC9. Grayscale: #333333. Windows color (decimal): -9104842 or 3543669. OLE color: 3543669.

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

Color convert

RGB 117 18 54 -
CMYK 0 0.85 0.54 0.54
HSL 338.18º 0.73% 0.26% -
HSV(B) 338.18º 0.85% 0.46% -
XYZ 8.22 4.48 3.92 -
YUV 51.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 117 18 54 0 0.85 0.54 0.54 338.18 0.73 0.26
Hex 75 12 36 0 55 36 36 152 49 1A
Octal 165 22 66 0 125 66 66 522 111 32
Binary 1110101 10010 110110 0 1010101 110110 110110 101010010 1001001 11010

Color Harmonies of #751236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751236

Black with #751236

Text Example


Text Example

White with #751236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751236; }

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

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

background-color css

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

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

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

border-color css

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

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

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