#681923

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

Shades of Pohutukawa #681923

Tints of Pohutukawa #681923

Color information

#681923 (or 0x681923) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 23. RGB value is (104,25,35). Sum of RGB (Red+Green+Blue) = 104+25+35=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681923 is #97E6DC. Grayscale: #313131. Windows color (decimal): -9955037 or 2300264. OLE color: 2300264.

HSL color Cylindrical-coordinate representation of color #681923: hue angle of 352.41º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681923 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1042535-
CMYK00.760.660.59
HSL352.41º61.24%25.29%-
HSV(B)352.41º75.96%40.78%-
XYZ6.363.761.98-
YUV49.76119.67166.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=63.41%
G=15.24%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104253500.760.660.59352.4161.2425.29
Hex68192304C423B1603d19
Octal15031430114102735407531
Binary11010001100110001101001100100001011101110110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681923; }

 p { color: rgb(104,25,35); }

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

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

 a { background-color: rgb(104,25,35); }

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

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

 span { border-color: rgb(104,25,35); }

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