#630823

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

Shades of Pohutukawa #630823

Tints of Pohutukawa #630823

Color information

#630823 (or 0x630823) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 23. RGB value is (99,8,35). Sum of RGB (Red+Green+Blue) = 99+8+35=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #630823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630823 is #9CF7DC. Grayscale: #262626. Windows color (decimal): -10287069 or 2295907. OLE color: 2295907.

HSL color Cylindrical-coordinate representation of color #630823: hue angle of 342.2º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630823 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB99835-
CMYK00.920.650.61
HSL342.2º85.05%20.98%-
HSV(B)342.2º91.92%38.82%-
XYZ5.542.951.87-
YUV38.29126.15171.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.72%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 35 (14.06% from 255) = 24.65%
R=69.72%
G=5.63%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9983500.920.650.61342.285.0520.98
Hex6382305C413D1565515
Octal143104301341017552612525
Binary11000111000100011010111001000001111101101010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630823; }

 p { color: rgb(99,8,35); }

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

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

 a { background-color: rgb(99,8,35); }

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

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

 span { border-color: rgb(99,8,35); }

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