#681524

Color #681524 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #681524

Tints of Pohutukawa #681524

Color information

#681524 (or 0x681524) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 24. RGB value is (104,21,36). Sum of RGB (Red+Green+Blue) = 104+21+36=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #681524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681524 is #97EADB. Grayscale: #2F2F2F. Windows color (decimal): -9956060 or 2364776. OLE color: 2364776.

HSL color Cylindrical-coordinate representation of color #681524: hue angle of 349.16º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681524 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1042136-
CMYK00.800.650.59
HSL349.16º66.4%24.51%-
HSV(B)349.16º79.81%40.78%-
XYZ6.33.612.03-
YUV47.53121.5168.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=64.60%
G=13.04%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104213600.800.650.59349.1666.424.51
Hex681524050413B15d4219
Octal150254401201017353510231
Binary110100010101100100010100001000001111011101011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681524; }

 p { color: rgb(104,21,36); }

 H1.HeaderClassName
 {
   color: #681524;
 }
 .AnyTagClassName
 {
   color: #681524;
 }
</style>
background-color css

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

 a { background-color: rgb(104,21,36); }

 div.DivClassName
 {
   background-color: #681524;
 }
 .BgClassName
 {
   background-color: #681524;
 }
</style>
border-color css

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

 span { border-color: rgb(104,21,36); }

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