Html Css Color HEX #751033 Claret

📋 copy color: '#751033'

red 117 ◦ green 16 ◦ blue 51

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

Shades of Claret #751033

Tints of Claret #751033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 51 (20.31% from 255) = 27.72%

R = 63.59%
G = 8.7%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#751033 (or 0x751033) is known color: Claret. HEX triplet: 75, 10 and 33. RGB value is (117,16,51). Sum of RGB (Red+Green+Blue) = 117+16+51=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #751033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751033 is #8AEFCC. Grayscale: #323232. Windows color (decimal): -9105357 or 3346549. OLE color: 3346549.

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

Color convert

RGB 117 16 51 -
CMYK 0 0.86 0.56 0.54
HSL 339.21º 0.76% 0.26% -
HSV(B) 339.21º 0.86% 0.46% -
XYZ 8.12 4.39 3.55 -
YUV 50.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 117 16 51 0 0.86 0.56 0.54 339.21 0.76 0.26
Hex 75 10 33 0 56 38 36 153 4C 1A
Octal 165 20 63 0 126 70 66 523 114 32
Binary 1110101 10000 110011 0 1010110 111000 110110 101010011 1001100 11010

Color Harmonies of #751033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751033

Black with #751033

Text Example


Text Example

White with #751033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751033; }

 p { color: rgb(117,16,51); }

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

background-color css

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

 a { background-color: rgb(117,16,51); }

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

border-color css

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

 span { border-color: rgb(117,16,51); }

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