#671923

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

Shades of Pohutukawa #671923

Tints of Pohutukawa #671923

Color information

#671923 (or 0x671923) is unknown color: approx Pohutukawa. HEX triplet: 67, 19 and 23. RGB value is (103,25,35). Sum of RGB (Red+Green+Blue) = 103+25+35=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #671923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671923 is #98E6DC. Grayscale: #313131. Windows color (decimal): -10020573 or 2300263. OLE color: 2300263.

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

Color convert

RGB1032535-
CMYK00.760.660.60
HSL352.31º60.94%25.1%-
HSV(B)352.31º75.73%40.39%-
XYZ6.243.71.98-
YUV49.46119.84166.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.19%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=63.19%
G=15.34%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103253500.760.660.60352.3160.9425.1
Hex67192304C423C1603d19
Octal14731430114102745407531
Binary11001111100110001101001100100001011110010110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671923; }

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

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

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

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

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

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

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

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