#671621

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

Shades of Pohutukawa #671621

Tints of Pohutukawa #671621

Color information

#671621 (or 0x671621) is unknown color: approx Pohutukawa. HEX triplet: 67, 16 and 21. RGB value is (103,22,33). Sum of RGB (Red+Green+Blue) = 103+22+33=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #671621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671621 is #98E9DE. Grayscale: #2F2F2F. Windows color (decimal): -10021343 or 2168423. OLE color: 2168423.

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

Color convert

RGB1032233-
CMYK00.790.680.60
HSL351.85º64.8%24.51%-
HSV(B)351.85º78.64%40.39%-
XYZ6.153.571.8-
YUV47.47119.84167.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 65.19%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=65.19%
G=13.92%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103223300.790.680.60351.8564.824.51
Hex67162104F443C1604119
Octal147264101171047454010131
Binary110011110110100001010011111000100111100101100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671621; }

 p { color: rgb(103,22,33); }

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

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

 a { background-color: rgb(103,22,33); }

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

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

 span { border-color: rgb(103,22,33); }

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