Html Css Color HEX #752B3D Siren

📋 copy color: '#752B3D'

red 117 ◦ green 43 ◦ blue 61

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

Shades of Siren #752B3D

Tints of Siren #752B3D

RGB

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

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

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

R = 52.94%
G = 19.46%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#752B3D (or 0x752B3D) is known color: Siren. HEX triplet: 75, 2B and 3D. RGB value is (117,43,61). Sum of RGB (Red+Green+Blue) = 117+43+61=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B3D is #8AD4C2. Grayscale: #434343. Windows color (decimal): -9098435 or 4008821. OLE color: 4008821.

HSL color Cylindrical-coordinate representation of color #752B3D: hue angle of 345.41º 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 #752B3D is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 61 -
CMYK 0 0.63 0.48 0.54
HSL 345.41º 0.46% 0.31% -
HSV(B) 345.41º 0.63% 0.46% -
XYZ 9.04 5.85 5.07 -
YUV 67.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 117 43 61 0 0.63 0.48 0.54 345.41 0.46 0.31
Hex 75 2B 3D 0 3F 30 36 159 2E 1F
Octal 165 53 75 0 77 60 66 531 56 37
Binary 1110101 101011 111101 0 111111 110000 110110 101011001 101110 11111

Color Harmonies of #752B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B3D

Black with #752B3D

Text Example


Text Example

White with #752B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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