Html Css Color HEX #671A23 Pohutukawa

📋 copy color: '#671A23'

red 103 ◦ green 26 ◦ blue 35

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

Shades of Pohutukawa #671A23

Tints of Pohutukawa #671A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

 BLUE value IS 35 (14.06% from 255) = 21.34%

R = 62.8%
G = 15.85%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#671A23 (or 0x671A23) is known color: Pohutukawa. HEX triplet: 67, 1A and 23. RGB value is (103,26,35). Sum of RGB (Red+Green+Blue) = 103+26+35=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #671A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A23 is #98E5DC. Grayscale: #323232. Windows color (decimal): -10020317 or 2300519. OLE color: 2300519.

HSL color Cylindrical-coordinate representation of color #671A23: hue angle of 352.99º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A23 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 26 35 -
CMYK 0 0.75 0.66 0.60
HSL 352.99º 0.6% 0.25% -
HSV(B) 352.99º 0.75% 0.4% -
XYZ 6.27 3.74 1.98 -
YUV 50.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 103 26 35 0 0.75 0.66 0.60 352.99 0.6 0.25
Hex 67 1A 23 0 4B 42 3C 161 3C 19
Octal 147 32 43 0 113 102 74 541 74 31
Binary 1100111 11010 100011 0 1001011 1000010 111100 101100001 111100 11001

Color Harmonies of #671A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671A23

Black with #671A23

Text Example


Text Example

White with #671A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671A23; }

 p { color: rgb(103,26,35); }

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

background-color css

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

 a { background-color: rgb(103,26,35); }

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

border-color css

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

 span { border-color: rgb(103,26,35); }

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