Html Css Color HEX #75233B Claret

📋 copy color: '#75233B'

red 117 ◦ green 35 ◦ blue 59

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

Shades of Claret #75233B

Tints of Claret #75233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 55.45%
G = 16.59%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75233B (or 0x75233B) is known color: Claret. HEX triplet: 75, 23 and 3B. RGB value is (117,35,59). Sum of RGB (Red+Green+Blue) = 117+35+59=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75233B is #8ADCC4. Grayscale: #3E3E3E. Windows color (decimal): -9100485 or 3875701. OLE color: 3875701.

HSL color Cylindrical-coordinate representation of color #75233B: hue angle of 342.44º 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 #75233B is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 59 -
CMYK 0 0.70 0.50 0.54
HSL 342.44º 0.54% 0.3% -
HSV(B) 342.44º 0.7% 0.46% -
XYZ 8.73 5.3 4.7 -
YUV 62.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 117 35 59 0 0.70 0.50 0.54 342.44 0.54 0.3
Hex 75 23 3B 0 46 32 36 156 36 1E
Octal 165 43 73 0 106 62 66 526 66 36
Binary 1110101 100011 111011 0 1000110 110010 110110 101010110 110110 11110

Color Harmonies of #75233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75233B

Black with #75233B

Text Example


Text Example

White with #75233B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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