Html Css Color HEX #751638 Claret

📋 copy color: '#751638'

red 117 ◦ green 22 ◦ blue 56

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

Shades of Claret #751638

Tints of Claret #751638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.72%

R = 60%
G = 11.28%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#751638 (or 0x751638) is known color: Claret. HEX triplet: 75, 16 and 38. RGB value is (117,22,56). Sum of RGB (Red+Green+Blue) = 117+22+56=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #751638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751638 is #8AE9C7. Grayscale: #363636. Windows color (decimal): -9103816 or 3675765. OLE color: 3675765.

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

Color convert

RGB 117 22 56 -
CMYK 0 0.81 0.52 0.54
HSL 338.53º 0.68% 0.27% -
HSV(B) 338.53º 0.81% 0.46% -
XYZ 8.34 4.64 4.2 -
YUV 54.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 117 22 56 0 0.81 0.52 0.54 338.53 0.68 0.27
Hex 75 16 38 0 51 34 36 153 44 1B
Octal 165 26 70 0 121 64 66 523 104 33
Binary 1110101 10110 111000 0 1010001 110100 110110 101010011 1000100 11011

Color Harmonies of #751638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751638

Black with #751638

Text Example


Text Example

White with #751638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751638; }

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

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

background-color css

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

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

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

border-color css

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

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

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