#681B24

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

Shades of Pohutukawa #681B24

Tints of Pohutukawa #681B24

Color information

#681B24 (or 0x681B24) is unknown color: approx Pohutukawa. HEX triplet: 68, 1B and 24. RGB value is (104,27,36). Sum of RGB (Red+Green+Blue) = 104+27+36=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #681B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B24 is #97E4DB. Grayscale: #333333. Windows color (decimal): -9954524 or 2366312. OLE color: 2366312.

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

Color convert

RGB1042736-
CMYK00.740.650.59
HSL352.99º58.78%25.69%-
HSV(B)352.99º74.04%40.78%-
XYZ6.423.852.07-
YUV51.05119.51165.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 27 (10.94% from 255) = 16.17%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=62.28%
G=16.17%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104273600.740.650.59352.9958.7825.69
Hex681B2404A413B1613b1a
Octal15033440112101735417332
Binary11010001101110010001001010100000111101110110000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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