Html Css Color HEX #751833 Claret

📋 copy color: '#751833'

red 117 ◦ green 24 ◦ blue 51

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

Shades of Claret #751833

Tints of Claret #751833

RGB

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

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

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

R = 60.94%
G = 12.5%
B = 26.56%

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

#751833 (or 0x751833) is known color: Claret. HEX triplet: 75, 18 and 33. RGB value is (117,24,51). Sum of RGB (Red+Green+Blue) = 117+24+51=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #751833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751833 is #8AE7CC. Grayscale: #363636. Windows color (decimal): -9103309 or 3348597. OLE color: 3348597.

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

Color convert

RGB 117 24 51 -
CMYK 0 0.79 0.56 0.54
HSL 342.58º 0.66% 0.28% -
HSV(B) 342.58º 0.79% 0.46% -
XYZ 8.26 4.67 3.6 -
YUV 54.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 117 24 51 0 0.79 0.56 0.54 342.58 0.66 0.28
Hex 75 18 33 0 4F 38 36 157 42 1C
Octal 165 30 63 0 117 70 66 527 102 34
Binary 1110101 11000 110011 0 1001111 111000 110110 101010111 1000010 11100

Color Harmonies of #751833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751833

Black with #751833

Text Example


Text Example

White with #751833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751833; }

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

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

background-color css

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

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

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

border-color css

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

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

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