Html Css Color HEX #75253D Siren

📋 copy color: '#75253D'

red 117 ◦ green 37 ◦ blue 61

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

Shades of Siren #75253D

Tints of Siren #75253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

 BLUE value IS 61 (24.22% from 255) = 28.37%

R = 54.42%
G = 17.21%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75253D (or 0x75253D) is known color: Siren. HEX triplet: 75, 25 and 3D. RGB value is (117,37,61). Sum of RGB (Red+Green+Blue) = 117+37+61=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75253D is #8ADAC2. Grayscale: #3F3F3F. Windows color (decimal): -9099971 or 4007285. OLE color: 4007285.

HSL color Cylindrical-coordinate representation of color #75253D: hue angle of 342º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75253D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 61 -
CMYK 0 0.68 0.48 0.54
HSL 342º 0.52% 0.3% -
HSV(B) 342º 0.68% 0.46% -
XYZ 8.84 5.44 5 -
YUV 63.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 117 37 61 0 0.68 0.48 0.54 342 0.52 0.3
Hex 75 25 3D 0 44 30 36 156 34 1E
Octal 165 45 75 0 104 60 66 526 64 36
Binary 1110101 100101 111101 0 1000100 110000 110110 101010110 110100 11110

Color Harmonies of #75253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75253D

Black with #75253D

Text Example


Text Example

White with #75253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75253D; }

 p { color: rgb(117,37,61); }

 H1.HeaderClassName
 {
   color: #75253D;
 }
 .AnyTagClassName
 {
   color: #75253D;
 }
</style>

background-color css

<style>
 a { background-color: #75253D; }

 a { background-color: rgb(117,37,61); }

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

border-color css

<style>
 span { border-color: #75253D; }

 span { border-color: rgb(117,37,61); }

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