Html Css Color HEX #630306 Pohutukawa

📋 copy color: '#630306'

red 99 ◦ green 3 ◦ blue 6

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

Shades of Pohutukawa #630306

Tints of Pohutukawa #630306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.56%

R = 91.67%
G = 2.78%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#630306 (or 0x630306) is known color: Pohutukawa. HEX triplet: 63, 03 and 06. RGB value is (99,3,6). Sum of RGB (Red+Green+Blue) = 99+3+6=108 (14% of max value = 765). Red value is 99 (39.06% from 255 or 91.67% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 99 - color contains mainly: red. Hex color #630306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630306 is #9CFCF9. Grayscale: #202020. Windows color (decimal): -10288378 or 394083. OLE color: 394083.

HSL color Cylindrical-coordinate representation of color #630306: hue angle of 358.12º 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 #630306 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 3 6 -
CMYK 0 0.97 0.94 0.61
HSL 358.13º 0.94% 0.2% -
HSV(B) 358.13º 0.97% 0.39% -
XYZ 5.21 2.73 0.42 -
YUV 32.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 99 3 6 0 0.97 0.94 0.61 358.13 0.94 0.2
Hex 63 3 6 0 61 5E 3D 166 5E 14
Octal 143 3 6 0 141 136 75 546 136 24
Binary 1100011 11 110 0 1100001 1011110 111101 101100110 1011110 10100

Color Harmonies of #630306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630306

Black with #630306

Text Example


Text Example

White with #630306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630306; }

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

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

background-color css

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

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

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

border-color css

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

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

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