#651A1E

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

Shades of Pohutukawa #651A1E

Tints of Pohutukawa #651A1E

Color information

#651A1E (or 0x651A1E) is unknown color: approx Pohutukawa. HEX triplet: 65, 1A and 1E. RGB value is (101,26,30). Sum of RGB (Red+Green+Blue) = 101+26+30=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #651A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A1E is #9AE5E1. Grayscale: #303030. Windows color (decimal): -10151394 or 1972837. OLE color: 1972837.

HSL color Cylindrical-coordinate representation of color #651A1E: hue angle of 356.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651A1E is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1012630-
CMYK00.740.700.60
HSL356.8º59.06%24.9%-
HSV(B)356.8º74.26%39.61%-
XYZ5.973.61.61-
YUV48.88117.35165.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.33%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=64.33%
G=16.56%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101263000.740.700.60356.859.0624.9
Hex651A1E04A463C1653b19
Octal14532360112106745457331
Binary1100101110101111001001010100011011110010110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651A1E; }

 p { color: rgb(101,26,30); }

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

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

 a { background-color: rgb(101,26,30); }

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

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

 span { border-color: rgb(101,26,30); }

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