#630205

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

Shades of Pohutukawa #630205

Tints of Pohutukawa #630205

Color information

#630205 (or 0x630205) is unknown color: approx Pohutukawa. HEX triplet: 63, 02 and 05. RGB value is (99,2,5). Sum of RGB (Red+Green+Blue) = 99+2+5=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630205 is #9CFDFA. Grayscale: #1F1F1F. Windows color (decimal): -10288635 or 328291. OLE color: 328291.

HSL color Cylindrical-coordinate representation of color #630205: hue angle of 358.14º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB9925-
CMYK00.980.950.61
HSL358.14º96.04%19.8%-
HSV(B)358.14º97.98%38.82%-
XYZ5.192.710.39-
YUV31.34113.14176.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 93.40%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=93.40%
G=1.89%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal992500.980.950.61358.1496.0419.8
Hex63250625F3D1666014
Octal1432501421377554614024
Binary110001110101011000101011111111101101100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630205; }

 p { color: rgb(99,2,5); }

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

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

 a { background-color: rgb(99,2,5); }

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

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

 span { border-color: rgb(99,2,5); }

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