#651227

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

Shades of Pohutukawa #651227

Tints of Pohutukawa #651227

Color information

#651227 (or 0x651227) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 27. RGB value is (101,18,39). Sum of RGB (Red+Green+Blue) = 101+18+39=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651227 is #9AEDD8. Grayscale: #2D2D2D. Windows color (decimal): -10153433 or 2560613. OLE color: 2560613.

HSL color Cylindrical-coordinate representation of color #651227: hue angle of 344.82º 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 #651227 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB1011839-
CMYK00.820.610.60
HSL344.82º69.75%23.33%-
HSV(B)344.82º82.18%39.61%-
XYZ5.953.352.25-
YUV45.21124.5167.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.92%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=63.92%
G=11.39%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101183900.820.610.60344.8269.7523.33
Hex6512270523D3C1594617
Octal14522470122757453110627
Binary11001011001010011101010010111101111100101011001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651227; }

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

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

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

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

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

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

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

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