Html Css Color HEX #752B42 Siren

📋 copy color: '#752B42'

red 117 ◦ green 43 ◦ blue 66

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

Shades of Siren #752B42

Tints of Siren #752B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

 BLUE value IS 66 (26.17% from 255) = 29.2%

R = 51.77%
G = 19.03%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#752B42 (or 0x752B42) is known color: Siren. HEX triplet: 75, 2B and 42. RGB value is (117,43,66). Sum of RGB (Red+Green+Blue) = 117+43+66=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #752B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B42 is #8AD4BD. Grayscale: #434343. Windows color (decimal): -9098430 or 4336501. OLE color: 4336501.

HSL color Cylindrical-coordinate representation of color #752B42: hue angle of 341.35º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B42 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 66 -
CMYK 0 0.63 0.44 0.54
HSL 341.35º 0.46% 0.31% -
HSV(B) 341.35º 0.63% 0.46% -
XYZ 9.18 5.9 5.81 -
YUV 67.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 117 43 66 0 0.63 0.44 0.54 341.35 0.46 0.31
Hex 75 2B 42 0 3F 2C 36 155 2E 1F
Octal 165 53 102 0 77 54 66 525 56 37
Binary 1110101 101011 1000010 0 111111 101100 110110 101010101 101110 11111

Color Harmonies of #752B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B42

Black with #752B42

Text Example


Text Example

White with #752B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752B42; }

 p { color: rgb(117,43,66); }

 H1.HeaderClassName
 {
   color: #752B42;
 }
 .AnyTagClassName
 {
   color: #752B42;
 }
</style>

background-color css

<style>
 a { background-color: #752B42; }

 a { background-color: rgb(117,43,66); }

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

border-color css

<style>
 span { border-color: #752B42; }

 span { border-color: rgb(117,43,66); }

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