Html Css Color HEX #63122A Pohutukawa

📋 copy color: '#63122A'

red 99 ◦ green 18 ◦ blue 42

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

Shades of Pohutukawa #63122A

Tints of Pohutukawa #63122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 62.26%
G = 11.32%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63122A (or 0x63122A) is known color: Pohutukawa. HEX triplet: 63, 12 and 2A. RGB value is (99,18,42). Sum of RGB (Red+Green+Blue) = 99+18+42=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63122A is #9CEDD5. Grayscale: #2C2C2C. Windows color (decimal): -10284502 or 2757219. OLE color: 2757219.

HSL color Cylindrical-coordinate representation of color #63122A: hue angle of 342.22º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63122A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 42 -
CMYK 0 0.82 0.58 0.61
HSL 342.22º 0.69% 0.23% -
HSV(B) 342.22º 0.82% 0.39% -
XYZ 5.78 3.25 2.51 -
YUV 44.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 99 18 42 0 0.82 0.58 0.61 342.22 0.69 0.23
Hex 63 12 2A 0 52 3A 3D 156 45 17
Octal 143 22 52 0 122 72 75 526 105 27
Binary 1100011 10010 101010 0 1010010 111010 111101 101010110 1000101 10111

Color Harmonies of #63122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63122A

Black with #63122A

Text Example


Text Example

White with #63122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63122A; }

 p { color: rgb(99,18,42); }

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

background-color css

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

 a { background-color: rgb(99,18,42); }

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

border-color css

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

 span { border-color: rgb(99,18,42); }

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