#671228

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

Shades of Pohutukawa #671228

Tints of Pohutukawa #671228

Color information

#671228 (or 0x671228) is unknown color: approx Pohutukawa. HEX triplet: 67, 12 and 28. RGB value is (103,18,40). Sum of RGB (Red+Green+Blue) = 103+18+40=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #671228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671228 is #98EDD7. Grayscale: #2D2D2D. Windows color (decimal): -10022360 or 2626151. OLE color: 2626151.

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

Color convert

RGB1031840-
CMYK00.830.610.60
HSL344.47º70.25%23.73%-
HSV(B)344.47º82.52%40.39%-
XYZ6.193.472.35-
YUV45.92124.66168.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.98%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=63.98%
G=11.18%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103184000.830.610.60344.4770.2523.73
Hex6712280533D3C1584618
Octal14722500123757453010630
Binary11001111001010100001010011111101111100101011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671228; }

 p { color: rgb(103,18,40); }

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

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

 a { background-color: rgb(103,18,40); }

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

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

 span { border-color: rgb(103,18,40); }

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