Html Css Color HEX #621327 Pohutukawa

📋 copy color: '#621327'

red 98 ◦ green 19 ◦ blue 39

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

Shades of Pohutukawa #621327

Tints of Pohutukawa #621327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 39 (15.63% from 255) = 25%

R = 62.82%
G = 12.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#621327 (or 0x621327) is known color: Pohutukawa. HEX triplet: 62, 13 and 27. RGB value is (98,19,39). Sum of RGB (Red+Green+Blue) = 98+19+39=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621327 is #9DECD8. Grayscale: #2C2C2C. Windows color (decimal): -10349785 or 2560866. OLE color: 2560866.

HSL color Cylindrical-coordinate representation of color #621327: hue angle of 344.81º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621327 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 39 -
CMYK 0 0.81 0.60 0.62
HSL 344.81º 0.68% 0.23% -
HSV(B) 344.81º 0.81% 0.38% -
XYZ 5.64 3.21 2.24 -
YUV 44.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 98 19 39 0 0.81 0.60 0.62 344.81 0.68 0.23
Hex 62 13 27 0 51 3C 3E 159 44 17
Octal 142 23 47 0 121 74 76 531 104 27
Binary 1100010 10011 100111 0 1010001 111100 111110 101011001 1000100 10111

Color Harmonies of #621327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621327

Black with #621327

Text Example


Text Example

White with #621327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621327; }

 p { color: rgb(98,19,39); }

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

background-color css

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

 a { background-color: rgb(98,19,39); }

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

border-color css

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

 span { border-color: rgb(98,19,39); }

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