#651C2A

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

Shades of Pohutukawa #651C2A

Tints of Pohutukawa #651C2A

Color information

#651C2A (or 0x651C2A) is unknown color: approx Pohutukawa. HEX triplet: 65, 1C and 2A. RGB value is (101,28,42). Sum of RGB (Red+Green+Blue) = 101+28+42=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #651C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C2A is #9AE3D5. Grayscale: #333333. Windows color (decimal): -10150870 or 2759781. OLE color: 2759781.

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

Color convert

RGB1012842-
CMYK00.720.580.60
HSL348.49º56.59%25.29%-
HSV(B)348.49º72.28%39.61%-
XYZ6.23.762.59-
YUV51.42122.68163.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.06%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=59.06%
G=16.37%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101284200.720.580.60348.4956.5925.29
Hex651C2A0483A3C15c3919
Octal1453452011072745347131
Binary1100101111001010100100100011101011110010101110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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