#680A27

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

Shades of Pohutukawa #680A27

Tints of Pohutukawa #680A27

Color information

#680A27 (or 0x680A27) is unknown color: approx Pohutukawa. HEX triplet: 68, 0A and 27. RGB value is (104,10,39). Sum of RGB (Red+Green+Blue) = 104+10+39=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #680A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A27 is #97F5D8. Grayscale: #292929. Windows color (decimal): -9958873 or 2558568. OLE color: 2558568.

HSL color Cylindrical-coordinate representation of color #680A27: hue angle of 341.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A27 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1041039-
CMYK00.900.620.59
HSL341.49º82.46%22.35%-
HSV(B)341.49º90.38%40.78%-
XYZ6.183.312.23-
YUV41.41126.64172.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=67.97%
G=6.54%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104103900.900.620.59341.4982.4622.35
Hex68A2705A3E3B1555216
Octal15012470132767352512226
Binary1101000101010011101011010111110111011101010101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680A27; }

 p { color: rgb(104,10,39); }

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

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

 a { background-color: rgb(104,10,39); }

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

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

 span { border-color: rgb(104,10,39); }

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