Html Css Color HEX #630405 Pohutukawa

📋 copy color: '#630405'

red 99 ◦ green 4 ◦ blue 5

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

Shades of Pohutukawa #630405

Tints of Pohutukawa #630405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.63%

R = 91.67%
G = 3.7%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#630405 (or 0x630405) is known color: Pohutukawa. HEX triplet: 63, 04 and 05. RGB value is (99,4,5). Sum of RGB (Red+Green+Blue) = 99+4+5=108 (14% of max value = 765). Red value is 99 (39.06% from 255 or 91.67% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 99 - color contains mainly: red. Hex color #630405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630405 is #9CFBFA. Grayscale: #202020. Windows color (decimal): -10288123 or 328803. OLE color: 328803.

HSL color Cylindrical-coordinate representation of color #630405: hue angle of 359.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 #630405 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 4 5 -
CMYK 0 0.96 0.95 0.61
HSL 359.37º 0.92% 0.2% -
HSV(B) 359.37º 0.96% 0.39% -
XYZ 5.22 2.75 0.4 -
YUV 32.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 99 4 5 0 0.96 0.95 0.61 359.37 0.92 0.2
Hex 63 4 5 0 60 5F 3D 167 5C 14
Octal 143 4 5 0 140 137 75 547 134 24
Binary 1100011 100 101 0 1100000 1011111 111101 101100111 1011100 10100

Color Harmonies of #630405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630405

Black with #630405

Text Example


Text Example

White with #630405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630405; }

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

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

background-color css

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

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

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

border-color css

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

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

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