Html Css Color HEX #751633 Claret

📋 copy color: '#751633'

red 117 ◦ green 22 ◦ blue 51

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

Shades of Claret #751633

Tints of Claret #751633

RGB

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

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

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

R = 61.58%
G = 11.58%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#751633 (or 0x751633) is known color: Claret. HEX triplet: 75, 16 and 33. RGB value is (117,22,51). Sum of RGB (Red+Green+Blue) = 117+22+51=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #751633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751633 is #8AE9CC. Grayscale: #353535. Windows color (decimal): -9103821 or 3348085. OLE color: 3348085.

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

Color convert

RGB 117 22 51 -
CMYK 0 0.81 0.56 0.54
HSL 341.68º 0.68% 0.27% -
HSV(B) 341.68º 0.81% 0.46% -
XYZ 8.22 4.59 3.59 -
YUV 53.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 117 22 51 0 0.81 0.56 0.54 341.68 0.68 0.27
Hex 75 16 33 0 51 38 36 156 44 1B
Octal 165 26 63 0 121 70 66 526 104 33
Binary 1110101 10110 110011 0 1010001 111000 110110 101010110 1000100 11011

Color Harmonies of #751633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751633

Black with #751633

Text Example


Text Example

White with #751633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751633; }

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

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

background-color css

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

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

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

border-color css

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

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

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