Html Css Color HEX #75223B Claret

📋 copy color: '#75223B'

red 117 ◦ green 34 ◦ blue 59

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

Shades of Claret #75223B

Tints of Claret #75223B

RGB

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

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

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

R = 55.71%
G = 16.19%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75223B (or 0x75223B) is known color: Claret. HEX triplet: 75, 22 and 3B. RGB value is (117,34,59). Sum of RGB (Red+Green+Blue) = 117+34+59=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75223B is #8ADDC4. Grayscale: #3D3D3D. Windows color (decimal): -9100741 or 3875445. OLE color: 3875445.

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

Color convert

RGB 117 34 59 -
CMYK 0 0.71 0.50 0.54
HSL 341.93º 0.55% 0.3% -
HSV(B) 341.93º 0.71% 0.46% -
XYZ 8.7 5.24 4.69 -
YUV 61.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 117 34 59 0 0.71 0.50 0.54 341.93 0.55 0.3
Hex 75 22 3B 0 47 32 36 156 37 1E
Octal 165 42 73 0 107 62 66 526 67 36
Binary 1110101 100010 111011 0 1000111 110010 110110 101010110 110111 11110

Color Harmonies of #75223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75223B

Black with #75223B

Text Example


Text Example

White with #75223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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