Html Css Color HEX #75213E Siren

📋 copy color: '#75213E'

red 117 ◦ green 33 ◦ blue 62

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

Shades of Siren #75213E

Tints of Siren #75213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.25%

R = 55.19%
G = 15.57%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75213E (or 0x75213E) is known color: Siren. HEX triplet: 75, 21 and 3E. RGB value is (117,33,62). Sum of RGB (Red+Green+Blue) = 117+33+62=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75213E is #8ADEC1. Grayscale: #3D3D3D. Windows color (decimal): -9100994 or 4071797. OLE color: 4071797.

HSL color Cylindrical-coordinate representation of color #75213E: hue angle of 339.29º 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 #75213E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 62 -
CMYK 0 0.72 0.47 0.54
HSL 339.29º 0.56% 0.29% -
HSV(B) 339.29º 0.72% 0.46% -
XYZ 8.75 5.22 5.1 -
YUV 61.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 117 33 62 0 0.72 0.47 0.54 339.29 0.56 0.29
Hex 75 21 3E 0 48 2F 36 153 38 1D
Octal 165 41 76 0 110 57 66 523 70 35
Binary 1110101 100001 111110 0 1001000 101111 110110 101010011 111000 11101

Color Harmonies of #75213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75213E

Black with #75213E

Text Example


Text Example

White with #75213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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