#681B1F

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

Shades of Pohutukawa #681B1F

Tints of Pohutukawa #681B1F

Color information

#681B1F (or 0x681B1F) is unknown color: approx Pohutukawa. HEX triplet: 68, 1B and 1F. RGB value is (104,27,31). Sum of RGB (Red+Green+Blue) = 104+27+31=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B1F is #97E4E0. Grayscale: #323232. Windows color (decimal): -9954529 or 2038632. OLE color: 2038632.

HSL color Cylindrical-coordinate representation of color #681B1F: hue angle of 356.88º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B1F is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1042731-
CMYK00.740.700.59
HSL356.88º58.78%25.69%-
HSV(B)356.88º74.04%40.78%-
XYZ6.353.831.7-
YUV50.48117.01166.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 27 (10.94% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=64.20%
G=16.67%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104273100.740.700.59356.8858.7825.69
Hex681B1F04A463B1653b1a
Octal15033370112106735457332
Binary1101000110111111101001010100011011101110110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681B1F; }

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

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

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

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

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

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

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

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