#651c23

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

Shades of Pohutukawa #651C23

Tints of Pohutukawa #651C23

Color information

#651C23 (or 0x651C23) is unknown color: approx Pohutukawa. HEX triplet: 65, 1C and 23. RGB value is (101,28,35). Sum of RGB (Red+Green+Blue) = 101+28+35=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #651C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C23 is #9AE3DC. Grayscale: #323232. Windows color (decimal): -10150877 or 2301029. OLE color: 2301029.

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

Color convert

RGB1012835-
CMYK00.720.650.60
HSL354.25º56.59%25.29%-
HSV(B)354.25º72.28%39.61%-
XYZ6.093.721.99-
YUV50.62119.18163.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.59%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=61.59%
G=17.07%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101283500.720.650.60354.2556.5925.29
Hex651C23048413C1623919
Octal14534430110101745427131
Binary11001011110010001101001000100000111110010110001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651c23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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