Html Css Color HEX #63142A Pohutukawa

📋 copy color: '#63142A'

red 99 ◦ green 20 ◦ blue 42

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

Shades of Pohutukawa #63142A

Tints of Pohutukawa #63142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

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

R = 61.49%
G = 12.42%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63142A (or 0x63142A) is known color: Pohutukawa. HEX triplet: 63, 14 and 2A. RGB value is (99,20,42). Sum of RGB (Red+Green+Blue) = 99+20+42=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63142A is #9CEBD5. Grayscale: #2E2E2E. Windows color (decimal): -10283990 or 2757731. OLE color: 2757731.

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

Color convert

RGB 99 20 42 -
CMYK 0 0.80 0.58 0.61
HSL 343.29º 0.66% 0.23% -
HSV(B) 343.29º 0.8% 0.39% -
XYZ 5.81 3.32 2.52 -
YUV 46.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 99 20 42 0 0.80 0.58 0.61 343.29 0.66 0.23
Hex 63 14 2A 0 50 3A 3D 157 42 17
Octal 143 24 52 0 120 72 75 527 102 27
Binary 1100011 10100 101010 0 1010000 111010 111101 101010111 1000010 10111

Color Harmonies of #63142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63142A

Black with #63142A

Text Example


Text Example

White with #63142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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