Html Css Color HEX #63222A Pohutukawa

📋 copy color: '#63222A'

red 99 ◦ green 34 ◦ blue 42

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

Shades of Pohutukawa #63222A

Tints of Pohutukawa #63222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

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

R = 56.57%
G = 19.43%
B = 24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63222A (or 0x63222A) is known color: Pohutukawa. HEX triplet: 63, 22 and 2A. RGB value is (99,34,42). Sum of RGB (Red+Green+Blue) = 99+34+42=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63222A is #9CDDD5. Grayscale: #363636. Windows color (decimal): -10280406 or 2761315. OLE color: 2761315.

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

Color convert

RGB 99 34 42 -
CMYK 0 0.66 0.58 0.61
HSL 352.62º 0.49% 0.26% -
HSV(B) 352.62º 0.66% 0.39% -
XYZ 6.14 3.96 2.63 -
YUV 54.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 99 34 42 0 0.66 0.58 0.61 352.62 0.49 0.26
Hex 63 22 2A 0 42 3A 3D 161 31 1A
Octal 143 42 52 0 102 72 75 541 61 32
Binary 1100011 100010 101010 0 1000010 111010 111101 101100001 110001 11010

Color Harmonies of #63222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63222A

Black with #63222A

Text Example


Text Example

White with #63222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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