Html Css Color HEX #621328 Pohutukawa

📋 copy color: '#621328'

red 98 ◦ green 19 ◦ blue 40

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

Shades of Pohutukawa #621328

Tints of Pohutukawa #621328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 62.42%
G = 12.1%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#621328 (or 0x621328) is known color: Pohutukawa. HEX triplet: 62, 13 and 28. RGB value is (98,19,40). Sum of RGB (Red+Green+Blue) = 98+19+40=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #621328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621328 is #9DECD7. Grayscale: #2D2D2D. Windows color (decimal): -10349784 or 2626402. OLE color: 2626402.

HSL color Cylindrical-coordinate representation of color #621328: hue angle of 344.05º 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 #621328 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 40 -
CMYK 0 0.81 0.59 0.62
HSL 344.05º 0.68% 0.23% -
HSV(B) 344.05º 0.81% 0.38% -
XYZ 5.65 3.22 2.33 -
YUV 45.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 98 19 40 0 0.81 0.59 0.62 344.05 0.68 0.23
Hex 62 13 28 0 51 3B 3E 158 44 17
Octal 142 23 50 0 121 73 76 530 104 27
Binary 1100010 10011 101000 0 1010001 111011 111110 101011000 1000100 10111

Color Harmonies of #621328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621328

Black with #621328

Text Example


Text Example

White with #621328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621328; }

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

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

background-color css

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

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

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

border-color css

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

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

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