#681824

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

Shades of Pohutukawa #681824

Tints of Pohutukawa #681824

Color information

#681824 (or 0x681824) is unknown color: approx Pohutukawa. HEX triplet: 68, 18 and 24. RGB value is (104,24,36). Sum of RGB (Red+Green+Blue) = 104+24+36=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681824 is #97E7DB. Grayscale: #313131. Windows color (decimal): -9955292 or 2365544. OLE color: 2365544.

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

Color convert

RGB1042436-
CMYK00.770.650.59
HSL351º62.5%25.1%-
HSV(B)351º76.92%40.78%-
XYZ6.353.722.05-
YUV49.29120.5167.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=63.41%
G=14.63%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104243600.770.650.5935162.525.1
Hex68182404D413B15f3e19
Octal15030440115101735377631
Binary11010001100010010001001101100000111101110101111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681824; }

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

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

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

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

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

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

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

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