#651626

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

Shades of Pohutukawa #651626

Tints of Pohutukawa #651626

Color information

#651626 (or 0x651626) is unknown color: approx Pohutukawa. HEX triplet: 65, 16 and 26. RGB value is (101,22,38). Sum of RGB (Red+Green+Blue) = 101+22+38=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #651626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651626 is #9AE9D9. Grayscale: #2F2F2F. Windows color (decimal): -10152410 or 2496101. OLE color: 2496101.

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

Color convert

RGB1012238-
CMYK00.780.620.60
HSL347.85º64.23%24.12%-
HSV(B)347.85º78.22%39.61%-
XYZ63.482.19-
YUV47.44122.67166.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.73%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=62.73%
G=13.66%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101223800.780.620.60347.8564.2324.12
Hex65162604E3E3C15c4018
Octal14526460116767453410030
Binary11001011011010011001001110111110111100101011100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651626; }

 p { color: rgb(101,22,38); }

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

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

 a { background-color: rgb(101,22,38); }

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

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

 span { border-color: rgb(101,22,38); }

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