Html Css Color HEX #75223C Claret

📋 copy color: '#75223C'

red 117 ◦ green 34 ◦ blue 60

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

Shades of Claret #75223C

Tints of Claret #75223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 55.45%
G = 16.11%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75223C (or 0x75223C) is known color: Claret. HEX triplet: 75, 22 and 3C. RGB value is (117,34,60). Sum of RGB (Red+Green+Blue) = 117+34+60=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75223C is #8ADDC3. Grayscale: #3D3D3D. Windows color (decimal): -9100740 or 3940981. OLE color: 3940981.

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

Color convert

RGB 117 34 60 -
CMYK 0 0.71 0.49 0.54
HSL 341.2º 0.55% 0.3% -
HSV(B) 341.2º 0.71% 0.46% -
XYZ 8.72 5.25 4.83 -
YUV 61.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 117 34 60 0 0.71 0.49 0.54 341.2 0.55 0.3
Hex 75 22 3C 0 47 31 36 155 37 1E
Octal 165 42 74 0 107 61 66 525 67 36
Binary 1110101 100010 111100 0 1000111 110001 110110 101010101 110111 11110

Color Harmonies of #75223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75223C

Black with #75223C

Text Example


Text Example

White with #75223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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