Html Css Color HEX #751938 Claret

📋 copy color: '#751938'

red 117 ◦ green 25 ◦ blue 56

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

Shades of Claret #751938

Tints of Claret #751938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 59.09%
G = 12.63%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#751938 (or 0x751938) is known color: Claret. HEX triplet: 75, 19 and 38. RGB value is (117,25,56). Sum of RGB (Red+Green+Blue) = 117+25+56=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #751938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751938 is #8AE6C7. Grayscale: #383838. Windows color (decimal): -9103048 or 3676533. OLE color: 3676533.

HSL color Cylindrical-coordinate representation of color #751938: hue angle of 339.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751938 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 56 -
CMYK 0 0.79 0.52 0.54
HSL 339.78º 0.65% 0.28% -
HSV(B) 339.78º 0.79% 0.46% -
XYZ 8.4 4.76 4.22 -
YUV 56.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 117 25 56 0 0.79 0.52 0.54 339.78 0.65 0.28
Hex 75 19 38 0 4F 34 36 154 41 1C
Octal 165 31 70 0 117 64 66 524 101 34
Binary 1110101 11001 111000 0 1001111 110100 110110 101010100 1000001 11100

Color Harmonies of #751938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751938

Black with #751938

Text Example


Text Example

White with #751938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751938; }

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

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

background-color css

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

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

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

border-color css

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

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

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