Html Css Color HEX #630418 Pohutukawa

📋 copy color: '#630418'

red 99 ◦ green 4 ◦ blue 24

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

Shades of Pohutukawa #630418

Tints of Pohutukawa #630418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 77.95%
G = 3.15%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#630418 (or 0x630418) is known color: Pohutukawa. HEX triplet: 63, 04 and 18. RGB value is (99,4,24). Sum of RGB (Red+Green+Blue) = 99+4+24=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #630418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630418 is #9CFBE7. Grayscale: #222222. Windows color (decimal): -10288104 or 1573987. OLE color: 1573987.

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

Color convert

RGB 99 4 24 -
CMYK 0 0.96 0.76 0.61
HSL 347.37º 0.92% 0.2% -
HSV(B) 347.37º 0.96% 0.39% -
XYZ 5.35 2.81 1.12 -
YUV 34.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 99 4 24 0 0.96 0.76 0.61 347.37 0.92 0.2
Hex 63 4 18 0 60 4C 3D 15B 5C 14
Octal 143 4 30 0 140 114 75 533 134 24
Binary 1100011 100 11000 0 1100000 1001100 111101 101011011 1011100 10100

Color Harmonies of #630418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630418

Black with #630418

Text Example


Text Example

White with #630418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630418; }

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

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

background-color css

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

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

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

border-color css

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

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

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