#681225

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

Shades of Pohutukawa #681225

Tints of Pohutukawa #681225

Color information

#681225 (or 0x681225) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 25. RGB value is (104,18,37). Sum of RGB (Red+Green+Blue) = 104+18+37=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681225 is #97EDDA. Grayscale: #2D2D2D. Windows color (decimal): -9956827 or 2429544. OLE color: 2429544.

HSL color Cylindrical-coordinate representation of color #681225: hue angle of 346.74º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681225 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB1041837-
CMYK00.830.640.59
HSL346.74º70.49%23.92%-
HSV(B)346.74º82.69%40.78%-
XYZ6.263.512.1-
YUV45.88122.99169.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=65.41%
G=11.32%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104183700.830.640.59346.7470.4923.92
Hex681225053403B15b4618
Octal150224501231007353310630
Binary110100010010100101010100111000000111011101011011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681225; }

 p { color: rgb(104,18,37); }

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

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

 a { background-color: rgb(104,18,37); }

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

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

 span { border-color: rgb(104,18,37); }

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