Html Css Color HEX #671722 Pohutukawa

📋 copy color: '#671722'

red 103 ◦ green 23 ◦ blue 34

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

Shades of Pohutukawa #671722

Tints of Pohutukawa #671722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 64.38%
G = 14.38%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#671722 (or 0x671722) is known color: Pohutukawa. HEX triplet: 67, 17 and 22. RGB value is (103,23,34). Sum of RGB (Red+Green+Blue) = 103+23+34=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #671722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671722 is #98E8DD. Grayscale: #303030. Windows color (decimal): -10021086 or 2234215. OLE color: 2234215.

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

Color convert

RGB 103 23 34 -
CMYK 0 0.78 0.67 0.60
HSL 351.75º 0.63% 0.25% -
HSV(B) 351.75º 0.78% 0.4% -
XYZ 6.19 3.61 1.88 -
YUV 48.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 103 23 34 0 0.78 0.67 0.60 351.75 0.63 0.25
Hex 67 17 22 0 4E 43 3C 160 3F 19
Octal 147 27 42 0 116 103 74 540 77 31
Binary 1100111 10111 100010 0 1001110 1000011 111100 101100000 111111 11001

Color Harmonies of #671722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671722

Black with #671722

Text Example


Text Example

White with #671722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671722; }

 p { color: rgb(103,23,34); }

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

background-color css

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

 a { background-color: rgb(103,23,34); }

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

border-color css

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

 span { border-color: rgb(103,23,34); }

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