Html Css Color HEX #75263F Siren

📋 copy color: '#75263F'

red 117 ◦ green 38 ◦ blue 63

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

Shades of Siren #75263F

Tints of Siren #75263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

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

R = 53.67%
G = 17.43%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75263F (or 0x75263F) is known color: Siren. HEX triplet: 75, 26 and 3F. RGB value is (117,38,63). Sum of RGB (Red+Green+Blue) = 117+38+63=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75263F is #8AD9C0. Grayscale: #404040. Windows color (decimal): -9099713 or 4138613. OLE color: 4138613.

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

Color convert

RGB 117 38 63 -
CMYK 0 0.68 0.46 0.54
HSL 341.01º 0.51% 0.3% -
HSV(B) 341.01º 0.68% 0.46% -
XYZ 8.93 5.53 5.3 -
YUV 64.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 117 38 63 0 0.68 0.46 0.54 341.01 0.51 0.3
Hex 75 26 3F 0 44 2E 36 155 33 1E
Octal 165 46 77 0 104 56 66 525 63 36
Binary 1110101 100110 111111 0 1000100 101110 110110 101010101 110011 11110

Color Harmonies of #75263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75263F

Black with #75263F

Text Example


Text Example

White with #75263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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