#681827

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

Shades of Pohutukawa #681827

Tints of Pohutukawa #681827

Color information

#681827 (or 0x681827) is unknown color: approx Pohutukawa. HEX triplet: 68, 18 and 27. RGB value is (104,24,39). Sum of RGB (Red+Green+Blue) = 104+24+39=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #681827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681827 is #97E7D8. Grayscale: #313131. Windows color (decimal): -9955289 or 2562152. OLE color: 2562152.

HSL color Cylindrical-coordinate representation of color #681827: hue angle of 348.75º 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 #681827 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1042439-
CMYK00.770.620.59
HSL348.75º62.5%25.1%-
HSV(B)348.75º76.92%40.78%-
XYZ6.43.742.3-
YUV49.63122166.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=62.28%
G=14.37%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104243900.770.620.59348.7562.525.1
Hex68182704D3E3B15d3e19
Octal1503047011576735357631
Binary1101000110001001110100110111111011101110101110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681827; }

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

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

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

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

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

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

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

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