Html Css Color HEX #67181A Pohutukawa

📋 copy color: '#67181A'

red 103 ◦ green 24 ◦ blue 26

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

Shades of Pohutukawa #67181A

Tints of Pohutukawa #67181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 67.32%
G = 15.69%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#67181A (or 0x67181A) is known color: Pohutukawa. HEX triplet: 67, 18 and 1A. RGB value is (103,24,26). Sum of RGB (Red+Green+Blue) = 103+24+26=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67181A is #98E7E5. Grayscale: #2F2F2F. Windows color (decimal): -10020838 or 1710183. OLE color: 1710183.

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

Color convert

RGB 103 24 26 -
CMYK 0 0.77 0.75 0.60
HSL 358.48º 0.62% 0.25% -
HSV(B) 358.48º 0.77% 0.4% -
XYZ 6.11 3.61 1.35 -
YUV 47.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 103 24 26 0 0.77 0.75 0.60 358.48 0.62 0.25
Hex 67 18 1A 0 4D 4B 3C 166 3E 19
Octal 147 30 32 0 115 113 74 546 76 31
Binary 1100111 11000 11010 0 1001101 1001011 111100 101100110 111110 11001

Color Harmonies of #67181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67181A

Black with #67181A

Text Example


Text Example

White with #67181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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