#68202A

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

Shades of Pohutukawa #68202A

Tints of Pohutukawa #68202A

Color information

#68202A (or 0x68202A) is unknown color: approx Pohutukawa. HEX triplet: 68, 20 and 2A. RGB value is (104,32,42). Sum of RGB (Red+Green+Blue) = 104+32+42=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #68202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68202A is #97DFD5. Grayscale: #363636. Windows color (decimal): -9953238 or 2760808. OLE color: 2760808.

HSL color Cylindrical-coordinate representation of color #68202A: hue angle of 351.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68202A is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1043242-
CMYK00.690.600.59
HSL351.67º52.94%26.67%-
HSV(B)351.67º69.23%40.78%-
XYZ6.644.142.64-
YUV54.67120.85163.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=58.43%
G=17.98%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104324200.690.600.59351.6752.9426.67
Hex68202A0453C3B160351b
Octal1504052010574735406533
Binary11010001000001010100100010111110011101110110000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68202A; }

 p { color: rgb(104,32,42); }

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

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

 a { background-color: rgb(104,32,42); }

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

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

 span { border-color: rgb(104,32,42); }

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