Html Css Color HEX #751834 Claret

📋 copy color: '#751834'

red 117 ◦ green 24 ◦ blue 52

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

Shades of Claret #751834

Tints of Claret #751834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 60.62%
G = 12.44%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#751834 (or 0x751834) is known color: Claret. HEX triplet: 75, 18 and 34. RGB value is (117,24,52). Sum of RGB (Red+Green+Blue) = 117+24+52=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #751834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751834 is #8AE7CB. Grayscale: #363636. Windows color (decimal): -9103308 or 3414133. OLE color: 3414133.

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

Color convert

RGB 117 24 52 -
CMYK 0 0.79 0.56 0.54
HSL 341.94º 0.66% 0.28% -
HSV(B) 341.94º 0.79% 0.46% -
XYZ 8.28 4.68 3.72 -
YUV 55 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 117 24 52 0 0.79 0.56 0.54 341.94 0.66 0.28
Hex 75 18 34 0 4F 38 36 156 42 1C
Octal 165 30 64 0 117 70 66 526 102 34
Binary 1110101 11000 110100 0 1001111 111000 110110 101010110 1000010 11100

Color Harmonies of #751834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751834

Black with #751834

Text Example


Text Example

White with #751834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751834; }

 p { color: rgb(117,24,52); }

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

background-color css

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

 a { background-color: rgb(117,24,52); }

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

border-color css

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

 span { border-color: rgb(117,24,52); }

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