Html Css Color HEX #671421 Pohutukawa

📋 copy color: '#671421'

red 103 ◦ green 20 ◦ blue 33

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

Shades of Pohutukawa #671421

Tints of Pohutukawa #671421

RGB

 RED value IS 103 (40.63% from 255) = 66.03%

 GREEN value IS 20 (8.2% from 255) = 12.82%

 BLUE value IS 33 (13.28% from 255) = 21.15%

R = 66.03%
G = 12.82%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#671421 (or 0x671421) is known color: Pohutukawa. HEX triplet: 67, 14 and 21. RGB value is (103,20,33). Sum of RGB (Red+Green+Blue) = 103+20+33=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #671421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671421 is #98EBDE. Grayscale: #2E2E2E. Windows color (decimal): -10021855 or 2167911. OLE color: 2167911.

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

Color convert

RGB 103 20 33 -
CMYK 0 0.81 0.68 0.60
HSL 350.6º 0.67% 0.24% -
HSV(B) 350.6º 0.81% 0.4% -
XYZ 6.12 3.49 1.79 -
YUV 46.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 103 20 33 0 0.81 0.68 0.60 350.6 0.67 0.24
Hex 67 14 21 0 51 44 3C 15F 43 18
Octal 147 24 41 0 121 104 74 537 103 30
Binary 1100111 10100 100001 0 1010001 1000100 111100 101011111 1000011 11000

Color Harmonies of #671421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671421

Black with #671421

Text Example


Text Example

White with #671421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671421; }

 p { color: rgb(103,20,33); }

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

background-color css

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

 a { background-color: rgb(103,20,33); }

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

border-color css

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

 span { border-color: rgb(103,20,33); }

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