Html Css Color HEX #75223F Siren

📋 copy color: '#75223F'

red 117 ◦ green 34 ◦ blue 63

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

Shades of Siren #75223F

Tints of Siren #75223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.44%

R = 54.67%
G = 15.89%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75223F (or 0x75223F) is known color: Siren. HEX triplet: 75, 22 and 3F. RGB value is (117,34,63). Sum of RGB (Red+Green+Blue) = 117+34+63=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75223F is #8ADDC0. Grayscale: #3E3E3E. Windows color (decimal): -9100737 or 4137589. OLE color: 4137589.

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

Color convert

RGB 117 34 63 -
CMYK 0 0.71 0.46 0.54
HSL 339.04º 0.55% 0.3% -
HSV(B) 339.04º 0.71% 0.46% -
XYZ 8.81 5.28 5.26 -
YUV 62.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 117 34 63 0 0.71 0.46 0.54 339.04 0.55 0.3
Hex 75 22 3F 0 47 2E 36 153 37 1E
Octal 165 42 77 0 107 56 66 523 67 36
Binary 1110101 100010 111111 0 1000111 101110 110110 101010011 110111 11110

Color Harmonies of #75223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75223F

Black with #75223F

Text Example


Text Example

White with #75223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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