Html Css Color HEX #762D41 Siren

📋 copy color: '#762D41'

red 118 ◦ green 45 ◦ blue 65

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

Shades of Siren #762D41

Tints of Siren #762D41

RGB

 RED value IS 118 (46.48% from 255) = 51.75%

 GREEN value IS 45 (17.97% from 255) = 19.74%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 51.75%
G = 19.74%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#762D41 (or 0x762D41) is known color: Siren. HEX triplet: 76, 2D and 41. RGB value is (118,45,65). Sum of RGB (Red+Green+Blue) = 118+45+65=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #762D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D41 is #89D2BE. Grayscale: #454545. Windows color (decimal): -9032383 or 4271478. OLE color: 4271478.

HSL color Cylindrical-coordinate representation of color #762D41: hue angle of 343.56º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D41 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 65 -
CMYK 0 0.62 0.45 0.54
HSL 343.56º 0.45% 0.32% -
HSV(B) 343.56º 0.62% 0.46% -
XYZ 9.36 6.11 5.69 -
YUV 69.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 118 45 65 0 0.62 0.45 0.54 343.56 0.45 0.32
Hex 76 2D 41 0 3E 2D 36 158 2D 20
Octal 166 55 101 0 76 55 66 530 55 40
Binary 1110110 101101 1000001 0 111110 101101 110110 101011000 101101 100000

Color Harmonies of #762D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D41

Black with #762D41

Text Example


Text Example

White with #762D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D41; }

 p { color: rgb(118,45,65); }

 H1.HeaderClassName
 {
   color: #762D41;
 }
 .AnyTagClassName
 {
   color: #762D41;
 }
</style>

background-color css

<style>
 a { background-color: #762D41; }

 a { background-color: rgb(118,45,65); }

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

border-color css

<style>
 span { border-color: #762D41; }

 span { border-color: rgb(118,45,65); }

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