#680A1B

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

Shades of Pohutukawa #680A1B

Tints of Pohutukawa #680A1B

Color information

#680A1B (or 0x680A1B) is unknown color: approx Pohutukawa. HEX triplet: 68, 0A and 1B. RGB value is (104,10,27). Sum of RGB (Red+Green+Blue) = 104+10+27=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #680A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A1B is #97F5E4. Grayscale: #282828. Windows color (decimal): -9958885 or 1772136. OLE color: 1772136.

HSL color Cylindrical-coordinate representation of color #680A1B: hue angle of 349.15º 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 #680A1B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1041027-
CMYK00.900.740.59
HSL349.15º82.46%22.35%-
HSV(B)349.15º90.38%40.78%-
XYZ6.023.241.35-
YUV40.04120.64173.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 10 (4.30% from 255) = 7.09%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=73.76%
G=7.09%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104102700.900.740.59349.1582.4622.35
Hex68A1B05A4A3B15d5216
Octal150123301321127353512226
Binary1101000101011011010110101001010111011101011101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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