#682123

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

Shades of Pohutukawa #682123

Tints of Pohutukawa #682123

Color information

#682123 (or 0x682123) is unknown color: approx Pohutukawa. HEX triplet: 68, 21 and 23. RGB value is (104,33,35). Sum of RGB (Red+Green+Blue) = 104+33+35=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682123 is #97DEDC. Grayscale: #363636. Windows color (decimal): -9952989 or 2302312. OLE color: 2302312.

HSL color Cylindrical-coordinate representation of color #682123: hue angle of 358.31º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682123 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1043335-
CMYK00.680.660.59
HSL358.31º51.82%26.86%-
HSV(B)358.31º68.27%40.78%-
XYZ6.564.152.05-
YUV54.46117.02163.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=60.47%
G=19.19%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104333500.680.660.59358.3151.8226.86
Hex682123044423B166341b
Octal15041430104102735466433
Binary110100010000110001101000100100001011101110110011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682123; }

 p { color: rgb(104,33,35); }

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

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

 a { background-color: rgb(104,33,35); }

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

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

 span { border-color: rgb(104,33,35); }

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