#651228

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

Shades of Pohutukawa #651228

Tints of Pohutukawa #651228

Color information

#651228 (or 0x651228) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 28. RGB value is (101,18,40). Sum of RGB (Red+Green+Blue) = 101+18+40=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #651228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651228 is #9AEDD7. Grayscale: #2D2D2D. Windows color (decimal): -10153432 or 2626149. OLE color: 2626149.

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

Color convert

RGB1011840-
CMYK00.820.600.60
HSL344.1º69.75%23.33%-
HSV(B)344.1º82.18%39.61%-
XYZ5.973.352.34-
YUV45.32125167.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=63.52%
G=11.32%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101184000.820.600.60344.169.7523.33
Hex6512280523C3C1584617
Octal14522500122747453010627
Binary11001011001010100001010010111100111100101011000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651228; }

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

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

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

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

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

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

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

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