Html Css Color HEX #75213F Siren

📋 copy color: '#75213F'

red 117 ◦ green 33 ◦ blue 63

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

Shades of Siren #75213F

Tints of Siren #75213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

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

R = 54.93%
G = 15.49%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75213F (or 0x75213F) is known color: Siren. HEX triplet: 75, 21 and 3F. RGB value is (117,33,63). Sum of RGB (Red+Green+Blue) = 117+33+63=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75213F is #8ADEC0. Grayscale: #3D3D3D. Windows color (decimal): -9100993 or 4137333. OLE color: 4137333.

HSL color Cylindrical-coordinate representation of color #75213F: hue angle of 338.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75213F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 63 -
CMYK 0 0.72 0.46 0.54
HSL 338.57º 0.56% 0.29% -
HSV(B) 338.57º 0.72% 0.46% -
XYZ 8.78 5.23 5.25 -
YUV 61.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 117 33 63 0 0.72 0.46 0.54 338.57 0.56 0.29
Hex 75 21 3F 0 48 2E 36 153 38 1D
Octal 165 41 77 0 110 56 66 523 70 35
Binary 1110101 100001 111111 0 1001000 101110 110110 101010011 111000 11101

Color Harmonies of #75213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75213F

Black with #75213F

Text Example


Text Example

White with #75213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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