Html Css Color HEX #67181E Pohutukawa

📋 copy color: '#67181E'

red 103 ◦ green 24 ◦ blue 30

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

Shades of Pohutukawa #67181E

Tints of Pohutukawa #67181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.11%

R = 65.61%
G = 15.29%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#67181E (or 0x67181E) is known color: Pohutukawa. HEX triplet: 67, 18 and 1E. RGB value is (103,24,30). Sum of RGB (Red+Green+Blue) = 103+24+30=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #67181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67181E is #98E7E1. Grayscale: #303030. Windows color (decimal): -10020834 or 1972327. OLE color: 1972327.

HSL color Cylindrical-coordinate representation of color #67181E: hue angle of 355.44º 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 #67181E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 24 30 -
CMYK 0 0.77 0.71 0.60
HSL 355.44º 0.62% 0.25% -
HSV(B) 355.44º 0.77% 0.4% -
XYZ 6.15 3.63 1.6 -
YUV 48.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 103 24 30 0 0.77 0.71 0.60 355.44 0.62 0.25
Hex 67 18 1E 0 4D 47 3C 163 3E 19
Octal 147 30 36 0 115 107 74 543 76 31
Binary 1100111 11000 11110 0 1001101 1000111 111100 101100011 111110 11001

Color Harmonies of #67181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67181E

Black with #67181E

Text Example


Text Example

White with #67181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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