Html Css Color HEX #751832 Claret

📋 copy color: '#751832'

red 117 ◦ green 24 ◦ blue 50

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

Shades of Claret #751832

Tints of Claret #751832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 61.26%
G = 12.57%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#751832 (or 0x751832) is known color: Claret. HEX triplet: 75, 18 and 32. RGB value is (117,24,50). Sum of RGB (Red+Green+Blue) = 117+24+50=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751832 is #8AE7CD. Grayscale: #363636. Windows color (decimal): -9103310 or 3283061. OLE color: 3283061.

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

Color convert

RGB 117 24 50 -
CMYK 0 0.79 0.57 0.54
HSL 343.23º 0.66% 0.28% -
HSV(B) 343.23º 0.79% 0.46% -
XYZ 8.24 4.67 3.48 -
YUV 54.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 117 24 50 0 0.79 0.57 0.54 343.23 0.66 0.28
Hex 75 18 32 0 4F 39 36 157 42 1C
Octal 165 30 62 0 117 71 66 527 102 34
Binary 1110101 11000 110010 0 1001111 111001 110110 101010111 1000010 11100

Color Harmonies of #751832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751832

Black with #751832

Text Example


Text Example

White with #751832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751832; }

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

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

background-color css

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

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

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

border-color css

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

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

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