Html Css Color HEX #621C20 Pohutukawa

📋 copy color: '#621C20'

red 98 ◦ green 28 ◦ blue 32

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

Shades of Pohutukawa #621C20

Tints of Pohutukawa #621C20

RGB

 RED value IS 98 (38.67% from 255) = 62.03%

 GREEN value IS 28 (11.33% from 255) = 17.72%

 BLUE value IS 32 (12.89% from 255) = 20.25%

R = 62.03%
G = 17.72%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#621C20 (or 0x621C20) is known color: Pohutukawa. HEX triplet: 62, 1C and 20. RGB value is (98,28,32). Sum of RGB (Red+Green+Blue) = 98+28+32=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #621C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C20 is #9DE3DF. Grayscale: #313131. Windows color (decimal): -10347488 or 2104418. OLE color: 2104418.

HSL color Cylindrical-coordinate representation of color #621C20: hue angle of 356.57º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C20 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 28 32 -
CMYK 0 0.71 0.67 0.62
HSL 356.57º 0.56% 0.25% -
HSV(B) 356.57º 0.71% 0.38% -
XYZ 5.71 3.53 1.75 -
YUV 49.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 98 28 32 0 0.71 0.67 0.62 356.57 0.56 0.25
Hex 62 1C 20 0 47 43 3E 165 38 19
Octal 142 34 40 0 107 103 76 545 70 31
Binary 1100010 11100 100000 0 1000111 1000011 111110 101100101 111000 11001

Color Harmonies of #621C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C20

Black with #621C20

Text Example


Text Example

White with #621C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621C20; }

 p { color: rgb(98,28,32); }

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

background-color css

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

 a { background-color: rgb(98,28,32); }

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

border-color css

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

 span { border-color: rgb(98,28,32); }

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