Html Css Color HEX #630104 Pohutukawa

📋 copy color: '#630104'

red 99 ◦ green 1 ◦ blue 4

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

Shades of Pohutukawa #630104

Tints of Pohutukawa #630104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 95.19%
G = 0.96%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#630104 (or 0x630104) is known color: Pohutukawa. HEX triplet: 63, 01 and 04. RGB value is (99,1,4). Sum of RGB (Red+Green+Blue) = 99+1+4=104 (13% of max value = 765). Red value is 99 (39.06% from 255 or 95.19% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 99 - color contains mainly: red. Hex color #630104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630104 is #9CFEFB. Grayscale: #1E1E1E. Windows color (decimal): -10288892 or 262499. OLE color: 262499.

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

Color convert

RGB 99 1 4 -
CMYK 0 0.99 0.96 0.61
HSL 358.16º 0.98% 0.2% -
HSV(B) 358.16º 0.99% 0.39% -
XYZ 5.18 2.68 0.36 -
YUV 30.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 99 1 4 0 0.99 0.96 0.61 358.16 0.98 0.2
Hex 63 1 4 0 63 60 3D 166 62 14
Octal 143 1 4 0 143 140 75 546 142 24
Binary 1100011 1 100 0 1100011 1100000 111101 101100110 1100010 10100

Color Harmonies of #630104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630104

Black with #630104

Text Example


Text Example

White with #630104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630104; }

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

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

background-color css

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

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

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

border-color css

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

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

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