Html Css Color HEX #762B40 Siren

📋 copy color: '#762B40'

red 118 ◦ green 43 ◦ blue 64

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

Shades of Siren #762B40

Tints of Siren #762B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 52.44%
G = 19.11%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#762B40 (or 0x762B40) is known color: Siren. HEX triplet: 76, 2B and 40. RGB value is (118,43,64). Sum of RGB (Red+Green+Blue) = 118+43+64=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B40 is #89D4BF. Grayscale: #434343. Windows color (decimal): -9032896 or 4205430. OLE color: 4205430.

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

Color convert

RGB 118 43 64 -
CMYK 0 0.64 0.46 0.54
HSL 343.2º 0.47% 0.32% -
HSV(B) 343.2º 0.64% 0.46% -
XYZ 9.26 5.95 5.51 -
YUV 67.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 118 43 64 0 0.64 0.46 0.54 343.2 0.47 0.32
Hex 76 2B 40 0 40 2E 36 157 2F 20
Octal 166 53 100 0 100 56 66 527 57 40
Binary 1110110 101011 1000000 0 1000000 101110 110110 101010111 101111 100000

Color Harmonies of #762B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B40

Black with #762B40

Text Example


Text Example

White with #762B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,64); }

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

background-color css

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

 a { background-color: rgb(118,43,64); }

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

border-color css

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

 span { border-color: rgb(118,43,64); }

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