Html Css Color HEX #75273D Siren

📋 copy color: '#75273D'

red 117 ◦ green 39 ◦ blue 61

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

Shades of Siren #75273D

Tints of Siren #75273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

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

R = 53.92%
G = 17.97%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75273D (or 0x75273D) is known color: Siren. HEX triplet: 75, 27 and 3D. RGB value is (117,39,61). Sum of RGB (Red+Green+Blue) = 117+39+61=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75273D is #8AD8C2. Grayscale: #404040. Windows color (decimal): -9099459 or 4007797. OLE color: 4007797.

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

Color convert

RGB 117 39 61 -
CMYK 0 0.67 0.48 0.54
HSL 343.08º 0.5% 0.31% -
HSV(B) 343.08º 0.67% 0.46% -
XYZ 8.9 5.57 5.02 -
YUV 64.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 117 39 61 0 0.67 0.48 0.54 343.08 0.5 0.31
Hex 75 27 3D 0 43 30 36 157 32 1F
Octal 165 47 75 0 103 60 66 527 62 37
Binary 1110101 100111 111101 0 1000011 110000 110110 101010111 110010 11111

Color Harmonies of #75273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75273D

Black with #75273D

Text Example


Text Example

White with #75273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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