#652128

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

Shades of Pohutukawa #652128

Tints of Pohutukawa #652128

Color information

#652128 (or 0x652128) is unknown color: approx Pohutukawa. HEX triplet: 65, 21 and 28. RGB value is (101,33,40). Sum of RGB (Red+Green+Blue) = 101+33+40=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #652128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652128 is #9ADED7. Grayscale: #363636. Windows color (decimal): -10149592 or 2629989. OLE color: 2629989.

HSL color Cylindrical-coordinate representation of color #652128: hue angle of 353.82º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652128 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB1013340-
CMYK00.670.600.60
HSL353.82º50.75%26.27%-
HSV(B)353.82º67.33%39.61%-
XYZ6.294.012.45-
YUV54.13120.03161.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=58.05%
G=18.97%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101334000.670.600.60353.8250.7526.27
Hex6521280433C3C162331a
Octal1454150010374745426332
Binary11001011000011010000100001111110011110010110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652128; }

 p { color: rgb(101,33,40); }

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

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

 a { background-color: rgb(101,33,40); }

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

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

 span { border-color: rgb(101,33,40); }

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