Html Css Color HEX #621729 Pohutukawa

📋 copy color: '#621729'

red 98 ◦ green 23 ◦ blue 41

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

Shades of Pohutukawa #621729

Tints of Pohutukawa #621729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 60.49%
G = 14.2%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#621729 (or 0x621729) is known color: Pohutukawa. HEX triplet: 62, 17 and 29. RGB value is (98,23,41). Sum of RGB (Red+Green+Blue) = 98+23+41=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #621729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621729 is #9DE8D6. Grayscale: #2F2F2F. Windows color (decimal): -10348759 or 2692962. OLE color: 2692962.

HSL color Cylindrical-coordinate representation of color #621729: hue angle of 345.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621729 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 23 41 -
CMYK 0 0.77 0.58 0.62
HSL 345.6º 0.62% 0.24% -
HSV(B) 345.6º 0.77% 0.38% -
XYZ 5.74 3.37 2.45 -
YUV 47.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 98 23 41 0 0.77 0.58 0.62 345.6 0.62 0.24
Hex 62 17 29 0 4D 3A 3E 15A 3E 18
Octal 142 27 51 0 115 72 76 532 76 30
Binary 1100010 10111 101001 0 1001101 111010 111110 101011010 111110 11000

Color Harmonies of #621729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621729

Black with #621729

Text Example


Text Example

White with #621729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621729; }

 p { color: rgb(98,23,41); }

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

background-color css

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

 a { background-color: rgb(98,23,41); }

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

border-color css

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

 span { border-color: rgb(98,23,41); }

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