#651425

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

Shades of Pohutukawa #651425

Tints of Pohutukawa #651425

Color information

#651425 (or 0x651425) is unknown color: approx Pohutukawa. HEX triplet: 65, 14 and 25. RGB value is (101,20,37). Sum of RGB (Red+Green+Blue) = 101+20+37=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651425 is #9AEBDA. Grayscale: #2E2E2E. Windows color (decimal): -10152923 or 2430053. OLE color: 2430053.

HSL color Cylindrical-coordinate representation of color #651425: hue angle of 347.41º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651425 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1012037-
CMYK00.800.630.60
HSL347.41º66.94%23.73%-
HSV(B)347.41º80.2%39.61%-
XYZ5.953.42.09-
YUV46.16122.84167.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.92%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=63.92%
G=12.66%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101203700.800.630.60347.4166.9423.73
Hex6514250503F3C15b4318
Octal14524450120777453310330
Binary11001011010010010101010000111111111100101011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651425; }

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

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

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

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

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

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

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

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