#651025

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

Shades of Pohutukawa #651025

Tints of Pohutukawa #651025

Color information

#651025 (or 0x651025) is unknown color: approx Pohutukawa. HEX triplet: 65, 10 and 25. RGB value is (101,16,37). Sum of RGB (Red+Green+Blue) = 101+16+37=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #651025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651025 is #9AEFDA. Grayscale: #2B2B2B. Windows color (decimal): -10153947 or 2429029. OLE color: 2429029.

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

Color convert

RGB1011637-
CMYK00.840.630.60
HSL345.18º72.65%22.94%-
HSV(B)345.18º84.16%39.61%-
XYZ5.893.272.07-
YUV43.81124.16168.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.58%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=65.58%
G=10.39%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101163700.840.630.60345.1872.6522.94
Hex6510250543F3C1594917
Octal14520450124777453111127
Binary11001011000010010101010100111111111100101011001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651025; }

 p { color: rgb(101,16,37); }

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

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

 a { background-color: rgb(101,16,37); }

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

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

 span { border-color: rgb(101,16,37); }

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