#651A1C

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

Shades of Pohutukawa #651A1C

Tints of Pohutukawa #651A1C

Color information

#651A1C (or 0x651A1C) is unknown color: approx Pohutukawa. HEX triplet: 65, 1A and 1C. RGB value is (101,26,28). Sum of RGB (Red+Green+Blue) = 101+26+28=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #651A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A1C is #9AE5E3. Grayscale: #303030. Windows color (decimal): -10151396 or 1841765. OLE color: 1841765.

HSL color Cylindrical-coordinate representation of color #651A1C: hue angle of 358.4º 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 #651A1C is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1012628-
CMYK00.740.720.60
HSL358.4º59.06%24.9%-
HSV(B)358.4º74.26%39.61%-
XYZ5.953.591.48-
YUV48.65116.35165.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=65.16%
G=16.77%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101262800.740.720.60358.459.0624.9
Hex651A1C04A483C1663b19
Octal14532340112110745467331
Binary1100101110101110001001010100100011110010110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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