Html Css Color HEX #75233C Claret

📋 copy color: '#75233C'

red 117 ◦ green 35 ◦ blue 60

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

Shades of Claret #75233C

Tints of Claret #75233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 55.19%
G = 16.51%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75233C (or 0x75233C) is known color: Claret. HEX triplet: 75, 23 and 3C. RGB value is (117,35,60). Sum of RGB (Red+Green+Blue) = 117+35+60=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75233C is #8ADCC3. Grayscale: #3E3E3E. Windows color (decimal): -9100484 or 3941237. OLE color: 3941237.

HSL color Cylindrical-coordinate representation of color #75233C: hue angle of 341.71º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75233C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 60 -
CMYK 0 0.70 0.49 0.54
HSL 341.71º 0.54% 0.3% -
HSV(B) 341.71º 0.7% 0.46% -
XYZ 8.75 5.31 4.84 -
YUV 62.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 117 35 60 0 0.70 0.49 0.54 341.71 0.54 0.3
Hex 75 23 3C 0 46 31 36 156 36 1E
Octal 165 43 74 0 106 61 66 526 66 36
Binary 1110101 100011 111100 0 1000110 110001 110110 101010110 110110 11110

Color Harmonies of #75233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75233C

Black with #75233C

Text Example


Text Example

White with #75233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75233C; }

 p { color: rgb(117,35,60); }

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

background-color css

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

 a { background-color: rgb(117,35,60); }

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

border-color css

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

 span { border-color: rgb(117,35,60); }

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