#681928

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

Shades of Pohutukawa #681928

Tints of Pohutukawa #681928

Color information

#681928 (or 0x681928) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 28. RGB value is (104,25,40). Sum of RGB (Red+Green+Blue) = 104+25+40=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #681928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681928 is #97E6D7. Grayscale: #323232. Windows color (decimal): -9955032 or 2627944. OLE color: 2627944.

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

Color convert

RGB1042540-
CMYK00.760.620.59
HSL348.61º61.24%25.29%-
HSV(B)348.61º75.96%40.78%-
XYZ6.443.792.4-
YUV50.33122.17166.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=61.54%
G=14.79%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104254000.760.620.59348.6161.2425.29
Hex68192804C3E3B15d3d19
Octal1503150011476735357531
Binary1101000110011010000100110011111011101110101110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681928; }

 p { color: rgb(104,25,40); }

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

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

 a { background-color: rgb(104,25,40); }

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

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

 span { border-color: rgb(104,25,40); }

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