Html Css Color HEX #630304 Pohutukawa

📋 copy color: '#630304'

red 99 ◦ green 3 ◦ blue 4

#630304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #630304

Tints of Pohutukawa #630304

RGB

 RED value IS 99 (39.06% from 255) = 93.4%

 GREEN value IS 3 (1.56% from 255) = 2.83%

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 93.4%
G = 2.83%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#630304 (or 0x630304) is known color: Pohutukawa. HEX triplet: 63, 03 and 04. RGB value is (99,3,4). Sum of RGB (Red+Green+Blue) = 99+3+4=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630304 is #9CFCFB. Grayscale: #1F1F1F. Windows color (decimal): -10288380 or 263011. OLE color: 263011.

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

Color convert

RGB 99 3 4 -
CMYK 0 0.97 0.96 0.61
HSL 359.38º 0.94% 0.2% -
HSV(B) 359.38º 0.97% 0.39% -
XYZ 5.2 2.73 0.37 -
YUV 31.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 99 3 4 0 0.97 0.96 0.61 359.38 0.94 0.2
Hex 63 3 4 0 61 60 3D 167 5E 14
Octal 143 3 4 0 141 140 75 547 136 24
Binary 1100011 11 100 0 1100001 1100000 111101 101100111 1011110 10100

Color Harmonies of #630304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630304

Black with #630304

Text Example


Text Example

White with #630304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630304; }

 p { color: rgb(99,3,4); }

 H1.HeaderClassName
 {
   color: #630304;
 }
 .AnyTagClassName
 {
   color: #630304;
 }
</style>

background-color css

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

 a { background-color: rgb(99,3,4); }

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

border-color css

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

 span { border-color: rgb(99,3,4); }

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